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:
parent
6b010c2690
commit
9987f1e34d
1 changed files with 0 additions and 2 deletions
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue