mention the issue number for future reference

This commit is contained in:
Xavier Noria 2011-09-08 05:22:02 -07:00
parent fb84450209
commit d1d51077d5
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
*Rails 3.2.0 (unreleased)*
* Safe strings no longer respond to sub, sub!, gsub, or gsub! [Damien Mathieu]
* 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]