From cd0fb88dc23353283c381fdde0b83a3785f58560 Mon Sep 17 00:00:00 2001 From: Jon Atack Date: Mon, 7 Sep 2015 00:07:28 +0200 Subject: [PATCH] Update change log with #575, #581 and ceafc05 [skip ci] --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ebf6c24..4337648 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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