diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index d4e3a33002..5913bf7809 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -7,6 +7,10 @@ *Rafael Mendonça França* +* Add `:nsec` date format. This can be used to improve the precision of cache key. + + *Jamie Gaskins* + * Fix decorating columns for serialized attributes. Fixes #8441 *itzki*