Skip to content

Commit

Permalink
Merge pull request #845 from avit/changelog-184
Browse files Browse the repository at this point in the history
Update changelog for 1.8.4
  • Loading branch information
scarroll32 authored Nov 17, 2017
2 parents b805011 + b566c0c commit 724d020
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 724d020

Please sign in to comment.