From dee28e2f36f5257bba4e3594f1236271e540c97b Mon Sep 17 00:00:00 2001 From: Antonio C Nalesso Moreira Date: Sat, 6 Jul 2013 03:36:02 +0100 Subject: [PATCH] changelog --- CHANGELOG.rdoc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.rdoc b/CHANGELOG.rdoc index 61b0d81..faff6d3 100644 --- a/CHANGELOG.rdoc +++ b/CHANGELOG.rdoc @@ -1,3 +1,10 @@ +== 1.4.0 (2013-07-06) +* Fixed #92 +* Pass option to unique for updatind counter_cache +* Clean up code, make it human readable +* Changed README in order to explain new features +* (@nbit001) + == 1.3.3 (2013-06-27) * Added Rails4 Branch in order to support rails 4 * Rails 4 and Strong Parameters compability. (@bennick).