Update change log with #575, #581 and ceafc05 [skip ci]

This commit is contained in:
Jon Atack 2015-09-07 00:07:28 +02:00
parent bba20c5008
commit cd0fb88dc2
1 changed files with 18 additions and 0 deletions

View File

@ -4,6 +4,12 @@
### Fixed
* Adapt to changes in Rails 5 where AC::Parameters composes a HWIA instead of
inheriting from Hash starting from Rails commit rails/rails@14a3bd5. Commit
[ceafc05](https://github.com/activerecord-hackery/ransack/commit/ceafc05).
*Jon Atack*
* 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
@ -22,6 +28,18 @@
*Josh Hunter*, *Jon Atack*
* Add failing tests to facilitate work on issue
[#566](https://github.com/activerecord-hackery/ransack/issues/566)
of passing boolean values to search scopes. PR
[#575](https://github.com/activerecord-hackery/ransack/pull/575).
*Marcel Eeken*
* Add pt-BR translation. PR
[#581](https://github.com/activerecord-hackery/ransack/pull/581).
*Diego Henrique Domingues*
### Changed
* Memory/speed perf improvement: Freeze strings in array global constants and