From 0cb8ebbfc22b53a774fc93049684af7318f7592b Mon Sep 17 00:00:00 2001 From: Jon Atack Date: Mon, 5 Jan 2015 16:54:21 +0100 Subject: [PATCH] Minor change log changes [skip ci] --- CHANGELOG.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a40b861..79e61a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,4 @@ # Change Log -This change log was started in August 2014. All notable changes to this project -henceforth should be documented here. ## Master (Unreleased) ### Added @@ -27,9 +25,9 @@ henceforth should be documented here. ### Fixed -* Fix passing arrays to ransackers with Rails 4.2 / Arel 6.0. Pull requests - ([#486](https://github.com/activerecord-hackery/ransack/pull/486)) and - ([#488](https://github.com/activerecord-hackery/ransack/pull/488)). +* Fix passing arrays to ransackers with Rails 4.2 / Arel 6.0 (pull requests + [#486](https://github.com/activerecord-hackery/ransack/pull/486) and + [#488](https://github.com/activerecord-hackery/ransack/pull/488)). *Idean Labib*