From 80cf698b7bff854a7f27d254f78e46af1819e647 Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Mon, 10 Dec 2007 03:19:56 +0000 Subject: More changelog updates git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8359 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activesupport/CHANGELOG | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'activesupport') diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG index 3a52c4e909..4a23f775fd 100644 --- a/activesupport/CHANGELOG +++ b/activesupport/CHANGELOG @@ -99,7 +99,7 @@ * Hash#to_xml doesn't double-unescape. #8806 [Ezran] -* Added Array#rand #9170 [norbert]. Examples: +* Added Array#rand #9170 [Norbert Crombach]. Examples: [].rand # => nil ['a'].rand # => 'a' @@ -115,7 +115,7 @@ * Add support for []= on ActiveSupport::Multibyte::Chars. Closes #9142. [ewan, manfred] -* Added Array#extract_options! to encapsulate the pattern of getting an options hash out of a variable number of parameters #8759 [norbert]. +* Added Array#extract_options! to encapsulate the pattern of getting an options hash out of a variable number of parameters. #8759 [Norbert Crombach] * Let alias_attribute work with attributes with initial capital letters (legacy columns etc). Closes #8596 [mpalmer] -- cgit v1.2.3