aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2011-09-08 05:13:56 -0700
committerXavier Noria <fxn@hashref.com>2011-09-08 05:13:56 -0700
commitfb84450209fa9931682431f201ff05e075c3f6e0 (patch)
tree42acceed07834684593e2f6ec72e480613413704 /activesupport/CHANGELOG
parent827fcf453e6e81e5d95900aecbce06bb8dc59c54 (diff)
downloadrails-fb84450209fa9931682431f201ff05e075c3f6e0.tar.gz
rails-fb84450209fa9931682431f201ff05e075c3f6e0.tar.bz2
rails-fb84450209fa9931682431f201ff05e075c3f6e0.zip
registers removal of sub and friends for safe strings in the CHANGELOG
Diffstat (limited to 'activesupport/CHANGELOG')
-rw-r--r--activesupport/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG
index 18164234a5..1b02c0e390 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*Rails 3.2.0 (unreleased)*
+* Safe strings no longer respond to sub, sub!, gsub, or gsub! [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]