v1.6.1 release notes

This commit is contained in:
John McAliley 2018-04-16 11:17:38 -04:00 committed by GitHub
parent 468d260fab
commit 3c0920174c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -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)