1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

delete the CHANGELOG entry re SafeBuffer and sub/gsub, since it has been reverted

This commit is contained in:
Xavier Noria 2011-09-08 21:28:17 +02:00
parent 6b010c2690
commit 9987f1e34d

View file

@ -1,7 +1,5 @@
*Rails 3.2.0 (unreleased)*
* Safe strings no longer respond to sub, sub!, gsub, or gsub!. See issue #1555. [Damien Mathieu]
* ActiveSupport::OrderedHash is now marked as extractable when using Array#extract_options! [Prem Sichanugrist]
* Added Array#prepend as an alias for Array#unshift and Array#append as an alias for Array#<< [DHH]