Update changelog for 1.8.4

This commit is contained in:
Andrew Vit 2017-11-15 16:06:21 -08:00
parent b8050113ed
commit b566c0c7db
1 changed files with 25 additions and 0 deletions

View File

@ -1,5 +1,30 @@
# Change Log
## Version 1.8.4 - 2017-10-09
### Added
* Added italian translations.
PR [#833](https://github.com/activerecord-hackery/ransack/pull/833).
* Add an optional default arrow for unsorted fields.
PR [#816](https://github.com/activerecord-hackery/ransack/pull/816/files).
### Fixed
* Cast Postgres money type to float.
PR [#823](https://github.com/activerecord-hackery/ransack/pull/823).
* Fix the bug in sort_link, which causes the multiple fields option to be
ignored when block parameter is specified.
PR [#818](https://github.com/activerecord-hackery/ransack/pull/818).
* No need pass some arugments to JoinAssociation#join_constraints in Rails 5.1.
PR [#814](https://github.com/activerecord-hackery/ransack/pull/814).
Fixes [#807](https://github.com/activerecord-hackery/ransack/issues/807).
Reference [rails/rails#28267](https://github.com/rails/rails/pull/28267)
and [rails/rails#27851](https://github.com/rails/rails/pull/27851).
## Version 1.8.3 - 2017-06-15
### Added