diff options
author | Mark Turner <mark@amerine.net> | 2012-08-09 16:48:57 -0700 |
---|---|---|
committer | Mark Turner <mark@amerine.net> | 2012-08-09 16:48:57 -0700 |
commit | e8c0d737efd344402ccc9bba9b51d0bf00098ecb (patch) | |
tree | 5e409cec088c2b7e800640a42b261d21b17dacb7 /activesupport | |
parent | 7987e7419a75b5677841c4f215791a73083a154a (diff) | |
download | rails-e8c0d737efd344402ccc9bba9b51d0bf00098ecb.tar.gz rails-e8c0d737efd344402ccc9bba9b51d0bf00098ecb.tar.bz2 rails-e8c0d737efd344402ccc9bba9b51d0bf00098ecb.zip |
Add html_escape note to CHANGELOG
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md index 8e7b780dd6..920ecf5053 100644 --- a/activesupport/CHANGELOG.md +++ b/activesupport/CHANGELOG.md @@ -4,6 +4,8 @@ * Reverted the deprecation of ActiveSupport::JSON::Variable. *Rafael Mendonça França* +* ERB::Util.html_escape now escapes single quotes. *Santiago Pastorino* + ## Rails 3.2.7 (Jul 26, 2012) ## * Hash#fetch(fetch) is not the same as doing hash[key] |