Update Changelog, bump version to 1.6.4

[skip ci]
This commit is contained in:
jonatack 2015-03-20 13:05:57 +05:30
parent 746f35e83b
commit d1feeb4b5e
2 changed files with 12 additions and 3 deletions

View File

@ -1,9 +1,18 @@
# Change Log
## Master (unreleased)
## Version 1.6.4 - 2015-03-20
* ActionView patch to maintain compatibility with Rails 4.2.1 released today.
*Jon Atack*
* Enable scoping I18n by 'ransack.models'
([#514](https://github.com/activerecord-hackery/ransack/pull/514)).
*nagyt234*
* Add ransacker arguments
([#513](https://github.com/activerecord-hackery/ransack/pull/513))
([#513](https://github.com/activerecord-hackery/ransack/pull/513)).
*Denis Tataurov*, *Jon Atack*

View File

@ -1,3 +1,3 @@
module Ransack
VERSION = "1.6.3"
VERSION = "1.6.4"
end