aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG.md
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@gmail.com>2012-04-30 10:17:01 +0300
committerJosé Valim <jose.valim@gmail.com>2012-04-30 10:17:01 +0300
commitc9cbc179e89043893ee37016a61c7a5ed90cde4f (patch)
tree3f6707ff676c472cfd20c759895acd60e4877079 /activesupport/CHANGELOG.md
parente2b97092e4fbe33efcd9520bce8501096df3862a (diff)
downloadrails-c9cbc179e89043893ee37016a61c7a5ed90cde4f.tar.gz
rails-c9cbc179e89043893ee37016a61c7a5ed90cde4f.tar.bz2
rails-c9cbc179e89043893ee37016a61c7a5ed90cde4f.zip
Update activesupport/CHANGELOG.md
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 92713cae85..b4fbb65741 100644
--- a/activesupport/CHANGELOG.md
+++ b/activesupport/CHANGELOG.md
@@ -1,5 +1,7 @@
## Rails 4.0.0 (unreleased) ##
+* Inflector no longer applies ice -> ouse to words like slice, police, ets *Wes Morgan*
+
* Add `ActiveSupport::Deprecations.behavior = :silence` to completely ignore *twinturbo*
* Make Module#delegate stop using `send` - can no longer delegate to private methods. *dasch*