Skip to content

Commit

Permalink
Update activesupport/CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
José Valim committed Jul 31, 2012
1 parent 13af5ac commit 0e3c666
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions activesupport/CHANGELOG.md
@@ -1,5 +1,7 @@
## Rails 4.0.0 (unreleased) ##

* 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*

* `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 0e3c666

Please sign in to comment.