Update changelog

This commit is contained in:
jgrau 2017-05-24 22:16:36 +02:00
parent dc32d5ff37
commit 64b4e156d5
No known key found for this signature in database
GPG Key ID: 701FB978EB0E2A61
1 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,14 @@
== 1.6.0 (2016-09-16)
* Documentation example for counter_cache (#239, @fwolfst)
* Green Travis CI builds (#238, @jgrau)
* Rails 5.1 support (#241, @msimonborg)
* Use `dependent: :delete_all` instead of `:destroy` for performance gains (#242, @midnightSuyama & @jgrau)
* Fix counter cache not updating when no `unique` option is set (#243, @sachiotomita & @jgrau)
== 1.5.2 (2016-09-16)
== 1.5.1 (2013-12-31)
== 1.5.0 (2013-12-30) == 1.5.0 (2013-12-30)
* Added message filtering. * Added message filtering.
* (@overovermind) * (@overovermind)