Skip to content

Commit

Permalink
Merge pull request #7310 from amerine/master
Browse files Browse the repository at this point in the history
Add html_escape note to CHANGELOG
  • Loading branch information
spastorino committed Aug 9, 2012
2 parents d8cf713 + 0228a73 commit 5c07be5
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions activesupport/CHANGELOG.md
@@ -1,13 +1,6 @@
## Rails 4.0.0 (unreleased) ##

* ActiveSupport::JSON::Variable is deprecated. Define your own #as_json and #encode_json methods
for custom JSON string literals. *Erich Menge*

* Add String#indent. *fxn & Ace Suares*

* Inflections can now be defined per locale. `singularize` and `pluralize` accept locale as an extra argument. *David Celis*

* `Object#try` will now return nil instead of raise a NoMethodError if the receiving object does not implement the method, but you can still get the old behavior by using the new `Object#try!` *DHH*
* `ERB::Util.html_escape` now escapes single quotes. *Santiago Pastorino*

* `Time#change` now works with time values with offsets other than UTC or the local time zone. *Andrew White*

Expand Down

0 comments on commit 5c07be5

Please sign in to comment.