CHANGELOG in activesupport-1.4.0 vs CHANGELOG in activesupport-1.4.1
- old
+ new
@@ -1,4 +1,13 @@
+*1.4.1* (February 5th, 2007)
+
+* Optimize Class Inheritable Attributes so that unnecessary hashes are not created. [Bruce Perens]
+
+* Added :instance_writer option to #mattr_writer/accessor, #cattr_writer/accessor, and #class_inheritable_writer to skip the creation of the instance writer. [Rick]
+
+* Full test coverage for Inflector. #7228 [Dan Kubb]
+
+
*1.4.0* (January 16th, 2007)
* Document Inflector.ordinalize and merge docs from String inflections. #7023 [smeade]
* Unbundle flexmock. [Jeremy Kemper]