CHANGELOG in activesupport-1.2.3 vs CHANGELOG in activesupport-1.2.4
- old
+ new
@@ -1,5 +1,14 @@
+*1.2.4* (December 7th, 2005)
+
+* Rename Version constant to VERSION. #2802 [Marcel Molina Jr.]
+
+
*1.2.3* (November 7th, 2005)
+
+* Change Inflector#constantize to use eval instead of const_get. [Nicholas Seckar]
+
+* Fix const_missing handler to ignore the trailing '.rb' on files when comparing paths. [Nicholas Seckar]
* Define kernel.rb methods in "class Object" instead of "module Kernel" to work around a Windows peculiarity [Sam Stephenson]
* Fix broken tests caused by incomplete loading of active support. [Nicholas Seckar]