CHANGELOG.rdoc in attribute_predicates-0.1.1 vs CHANGELOG.rdoc in attribute_predicates-0.1.2
- old
+ new
@@ -1,7 +1,11 @@
== master
+== 0.1.2 / 2008-11-29
+
+* Fix empty strings in ActiveRecord 2.2+ returning nil instead of false
+
== 0.1.1 / 2008-07-06
* Remove dependency on active_support for non-ActiveRecord predicates
== 0.1.0 / 2008-07-03
@@ -12,10 +16,10 @@
* Avoid string evaluation for dynamic methods
== 0.0.4 / 2008-05-05
-* Support for Rails 2.1
+* Support for ActiveRecord 2.1
* Update documentation
== 0.0.3 / 2007-09-18
* Remove gem dependency on activerecord