diff options
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/CHANGELOG.md | 4 |
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* |