From 0e3c66691af35fb59b1a0e91f0f1cfa00a7b9537 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Tue, 31 Jul 2012 15:48:17 +0300 Subject: Update activesupport/CHANGELOG.md --- activesupport/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'activesupport') 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* -- cgit v1.2.3