adds Date#to_time refinement from previous commit to the CHANGELOG

This commit is contained in:
Xavier Noria
2010-05-05 00:47:31 +02:00
parent bf2ee89659
commit f2072a323c

View File

@@ -1,5 +1,7 @@
*Rails 3.0.0 [beta 4/release candidate] (unreleased)*
* Date#to_time handles properly years in the range 0..138. [fxn]
* Deprecate {{}} as interpolation syntax for I18n in favor of %{} [José Valim]
* Array#to_xml is more powerful and able to handle the same types as Hash#to_xml #4490 [Neeraj Singh]