From 3c0920174ca817a3fdca9d29c32d5fbd691e9b73 Mon Sep 17 00:00:00 2001 From: John McAliley Date: Mon, 16 Apr 2018 11:17:38 -0400 Subject: [PATCH] v1.6.1 release notes --- CHANGELOG.rdoc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.rdoc b/CHANGELOG.rdoc index d314317..efa1c9b 100644 --- a/CHANGELOG.rdoc +++ b/CHANGELOG.rdoc @@ -1,3 +1,10 @@ +== 1.6.1 (2018-04-16) +* Add belongs_to optional true to setup_association (#264, @josephMG) +* Add missing field for Mongoid (#254, @Fibrasek) +* Implemented patch that will add the Rails major version to the migration file (#248, @jordanhudgens) +* Add params filtering on new column (#246, @rposborne) +* Add a DB migration to add params to schema. (#245, @rposborne) + == 1.6.0 (2017-05-24) * Documentation example for counter_cache (#239, @fwolfst) * Green Travis CI builds (#238, @jgrau)