aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2011-09-08 05:22:02 -0700
committerXavier Noria <fxn@hashref.com>2011-09-08 05:22:02 -0700
commitd1d51077d5f18f2f6dfb2273b0c5d5e20fbe1de3 (patch)
tree1357d8915a74129dd5e5b236db027debf9cc2555 /activesupport
parentfb84450209fa9931682431f201ff05e075c3f6e0 (diff)
downloadrails-d1d51077d5f18f2f6dfb2273b0c5d5e20fbe1de3.tar.gz
rails-d1d51077d5f18f2f6dfb2273b0c5d5e20fbe1de3.tar.bz2
rails-d1d51077d5f18f2f6dfb2273b0c5d5e20fbe1de3.zip
mention the issue number for future reference
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/CHANGELOG2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG
index 1b02c0e390..038fe63141 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -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]