From ed1ed9ed97f7d30ba8221079365634aa9c4bf24c Mon Sep 17 00:00:00 2001 From: Rick Olson Date: Tue, 5 Jun 2007 14:09:15 +0000 Subject: revert [6924] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6946 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activesupport/CHANGELOG | 23 ----------------------- 1 file changed, 23 deletions(-) (limited to 'activesupport/CHANGELOG') diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG index b6f9534f47..40e811c7e0 100644 --- a/activesupport/CHANGELOG +++ b/activesupport/CHANGELOG @@ -8,29 +8,6 @@ * Readable Date and DateTime#inspect. #8570 [Geoff Buesing] -* Added proper handling of arrays #8537 [hasmanyjosh] - - Before: - Hash.from_xml '' - # => {:images => nil} - - Hash.from_xml 'foo.jpg' - # => {:images => {:image => "foo.jpg"}} - - Hash.from_xml 'foo.jpgbar.jpg' - # => {:images => {:image => ["foo.jpg", "bar.jpg"]}} - - After: - Hash.from_xml '' - # => {:images => []} - - Hash.from_xml 'foo.jpg' - # => {:images => ["foo.jpg"]} - - Hash.from_xml 'foo.jpgbar.jpg' - # => {:images => ["foo.jpg", "bar.jpg"]} - - * Move common DateTime calculations to Date. #8536 [Geoff Buesing] * Added Date#change (like Time#change) [DHH] -- cgit v1.2.3