From 4d177ae0d6d9f60c4000f45fb6f6df27317afbff Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Tue, 27 Nov 2007 19:42:30 +0000 Subject: Added Array#from and Array#to that behaves just from String#from and String#to [DHH] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8224 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activesupport/CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) (limited to 'activesupport/CHANGELOG') diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG index 1ecee37c46..c4886f37f7 100644 --- a/activesupport/CHANGELOG +++ b/activesupport/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Added Array#from and Array#to that behaves just from String#from and String#to [DHH] + * Fix that empty collections should be treated as empty arrays regardless of whitespace for Hash#from_xml #10255 [adamj] * Time#time_with_datetime_fallback, Time#to_datetime, Date#to_datetime and String#to_datetime honor Ruby's default calendar reform setting. #10201 [Geoff Buesing] -- cgit v1.2.3