aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2010-06-13 06:37:54 +0200
committerXavier Noria <fxn@hashref.com>2010-06-13 06:37:54 +0200
commit36143d26cb841210b5f22aff4ed9c093a0554a1a (patch)
tree751e2da1787259986a93e50beee08cf6fab406cd /activesupport/CHANGELOG
parent3359af63a518798ccc9c7f1c71e5507f6fe0d378 (diff)
downloadrails-36143d26cb841210b5f22aff4ed9c093a0554a1a.tar.gz
rails-36143d26cb841210b5f22aff4ed9c093a0554a1a.tar.bz2
rails-36143d26cb841210b5f22aff4ed9c093a0554a1a.zip
revises implementation of AS::OrderedHash#merge!
Diffstat (limited to 'activesupport/CHANGELOG')
-rw-r--r--activesupport/CHANGELOG2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG
index 54ac9d9588..13ec3c3775 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,6 +1,6 @@
*Rails 3.0.0 [Release Candidate] (unreleased)*
-* Ruby 1.9 compatibility: ActiveSupport::OrderedHash#merge and #merge! accept a block. #4838 [Paul Mucur]
+* ActiveSupport::OrderedHash#merge and #merge! accept a block. #4838 [Paul Mucur, fxn]
* Date#since, #ago, #beginning_of_day, #end_of_day, and #xmlschema honor now the user time zone if set. [Geoff Buesing]