Update change log with PR #584

[skip ci]
This commit is contained in:
Jon Atack 2015-09-10 23:36:23 +02:00
parent 179184d67f
commit d6208db6ef
1 changed files with 7 additions and 1 deletions

View File

@ -10,7 +10,7 @@
*Jon Atack*
* Fix test '#sort_link with hide order indicator set to true' to fail properly
* Fix test `#sort_link with hide order indicator set to true` to fail properly
([4f65b09](https://github.com/activerecord-hackery/ransack/commit/4f65b09)).
This spec, added in
[#473](https://github.com/activerecord-hackery/ransack/pull/473), tested
@ -50,6 +50,12 @@
*Jon Atack*
* Escape underscore `_` wildcard characters with PostgreSQL and MySQL. PR
[#584](https://github.com/activerecord-hackery/ransack/issues/584).
*Igor Dobryn*
## Version 1.7.0 - 2015-08-20
### Fixed