From d6208db6efaefba984a6dda60223d47a1913ca2b Mon Sep 17 00:00:00 2001 From: Jon Atack Date: Thu, 10 Sep 2015 23:36:23 +0200 Subject: [PATCH] Update change log with PR #584 [skip ci] --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 433764867..cc7a012b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ *Jon Atack* -* Fix test '#sort_link with hide order indicator set to true' to fail properly +* 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 [#473](https://github.com/activerecord-hackery/ransack/pull/473), tested @@ -50,6 +50,12 @@ *Jon Atack* +* Escape underscore `_` wildcard characters with PostgreSQL and MySQL. PR + [#584](https://github.com/activerecord-hackery/ransack/issues/584). + + *Igor Dobryn* + + ## Version 1.7.0 - 2015-08-20 ### Fixed