diff options
author | José Valim <jose.valim@plataformatec.com.br> | 2012-07-31 15:48:17 +0300 |
---|---|---|
committer | José Valim <jose.valim@plataformatec.com.br> | 2012-07-31 15:48:17 +0300 |
commit | 0e3c66691af35fb59b1a0e91f0f1cfa00a7b9537 (patch) | |
tree | c3064b9bf4f58da4904a502d5bbdb80bb935a547 /activesupport | |
parent | 13af5aceffb7197230c0934becaa4e9e20cfda23 (diff) | |
download | rails-0e3c66691af35fb59b1a0e91f0f1cfa00a7b9537.tar.gz rails-0e3c66691af35fb59b1a0e91f0f1cfa00a7b9537.tar.bz2 rails-0e3c66691af35fb59b1a0e91f0f1cfa00a7b9537.zip |
Update activesupport/CHANGELOG.md
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 cf32e2d7a0..5fcea299f8 100644 --- a/activesupport/CHANGELOG.md +++ b/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* |