aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG.md
diff options
context:
space:
mode:
authorKalys Osmonov <kalys@osmonov.com>2012-09-03 15:42:24 +0600
committerKalys Osmonov <kalys@osmonov.com>2012-09-09 19:48:32 +0600
commit6b2a24c3bd7ed75326dec50decf6018b3685f113 (patch)
tree3ff4a50c810aaf59fb2d213ead6ad511c41dcfa1 /activesupport/CHANGELOG.md
parent5d264f229c3798367e445d1ca02f3910ad9db547 (diff)
downloadrails-6b2a24c3bd7ed75326dec50decf6018b3685f113.tar.gz
rails-6b2a24c3bd7ed75326dec50decf6018b3685f113.tar.bz2
rails-6b2a24c3bd7ed75326dec50decf6018b3685f113.zip
&#39 dates back to SGML when &#x27 was introduced in HTML 4.0
Diffstat (limited to 'activesupport/CHANGELOG.md')
-rw-r--r--activesupport/CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md
index 47280c3dc8..3914f4dc4c 100644
--- a/activesupport/CHANGELOG.md
+++ b/activesupport/CHANGELOG.md
@@ -1,5 +1,7 @@
## Rails 4.0.0 (unreleased) ##
+* `ERB::Util.html_escape` encodes single quote as `#39`. Decimal form has better support in old browsers. *Kalys Osmonov*
+
* `ActiveSupport::Callbacks`: deprecate monkey patch of object callbacks.
Using the #filter method like this: