aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorAndrew White <andyw@pixeltrix.co.uk>2013-07-30 12:00:40 +0100
committerAndrew White <andyw@pixeltrix.co.uk>2013-07-30 12:00:40 +0100
commit0423d9c6c57ffac7f0368460277f370b35c86d64 (patch)
tree42aa4b6eb11216420fd3479918262fe6c6a7cb5d /activesupport
parentc300dca9963bda78b8f358dbcb59cabcdc5e1dc9 (diff)
downloadrails-0423d9c6c57ffac7f0368460277f370b35c86d64.tar.gz
rails-0423d9c6c57ffac7f0368460277f370b35c86d64.tar.bz2
rails-0423d9c6c57ffac7f0368460277f370b35c86d64.zip
Add CHANGELOG entry for inflection removal
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md
index 961863207e..be97b744c8 100644
--- a/activesupport/CHANGELOG.md
+++ b/activesupport/CHANGELOG.md
@@ -1,3 +1,7 @@
+* Remove 'cow' => 'kine' irregular inflection from default inflections.
+
+ *Andrew White*
+
* Add `DateTime#to_s(:iso8601)` and `Date#to_s(:iso8601)` for consistency.
*Andrew White*