From 54c393f5fa2dfd5ff5866cba74e7179f493732df Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 20 Sep 2006 09:34:29 +0000 Subject: Hash.create_from_xml has been renamed to Hash.from_xml, alias will exist until Rails 2.0 [DHH] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5149 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activesupport/CHANGELOG | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'activesupport/CHANGELOG') diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG index b2a5cd1cd8..570b9b0988 100644 --- a/activesupport/CHANGELOG +++ b/activesupport/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Hash.create_from_xml has been renamed to Hash.from_xml, alias will exist until Rails 2.0 [DHH] + * alias_method_chain works with accessor= methods also. #6153 [Caio Chassot] * Fix loadable_constants_for_path to handle load paths that do not end with a slash. [Nicholas Seckar] @@ -12,7 +14,7 @@ * Don't pad remaining places with in_groups_of if specified padding value is false. [Marcel Molina Jr.] -* Fix cases where empty xml nodes weren't being translated to nil in Hash.create_from_xml [Rick Olson] +* Fix cases where empty xml nodes weren't being translated to nil in Hash.create_from_xml [Rick Olso n] # => { :type => 'date' } # WRONG # => nil # RIGHT -- cgit v1.2.3