aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2011-09-08 21:28:17 +0200
committerXavier Noria <fxn@hashref.com>2011-09-08 21:28:17 +0200
commit9987f1e34d3cfb988734e8ee86d4c4fdfc0b71b1 (patch)
treef331007cbdb26335b4acfa457164db3cb37caecb /activesupport
parent6b010c2690de9ffce4878a9471c8adb33d4a21a1 (diff)
downloadrails-9987f1e34d3cfb988734e8ee86d4c4fdfc0b71b1.tar.gz
rails-9987f1e34d3cfb988734e8ee86d4c4fdfc0b71b1.tar.bz2
rails-9987f1e34d3cfb988734e8ee86d4c4fdfc0b71b1.zip
delete the CHANGELOG entry re SafeBuffer and sub/gsub, since it has been reverted
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/CHANGELOG2
1 files changed, 0 insertions, 2 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG
index 038fe63141..18164234a5 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -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]