aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2014-02-06 11:43:16 +0100
committerYves Senn <yves.senn@gmail.com>2014-02-06 11:43:16 +0100
commit580f0b61dc99c6854fa930a761d28a3ab08163f7 (patch)
tree7733116968cd9c238ff72f4f6544f340ebb9db2a /activesupport
parentb9ead0feb0d8d82d549e481d4be25418e3b1b03d (diff)
downloadrails-580f0b61dc99c6854fa930a761d28a3ab08163f7.tar.gz
rails-580f0b61dc99c6854fa930a761d28a3ab08163f7.tar.bz2
rails-580f0b61dc99c6854fa930a761d28a3ab08163f7.zip
synchronize 4.1 release notes with CHANGELOGS. [ci skip]
/cc @chancancode
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/CHANGELOG.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md
index 0dc74ecd8c..9a62bd5a77 100644
--- a/activesupport/CHANGELOG.md
+++ b/activesupport/CHANGELOG.md
@@ -12,7 +12,7 @@
*Hincu Petru*
-* Deprecate custom `BigDecimal` serialization
+* Deprecate custom `BigDecimal` serialization.
Deprecate the custom `BigDecimal` serialization that is included when requiring
`active_support/all` as a fix for #12467. Let Ruby handle YAML serialization
@@ -76,7 +76,8 @@
*Andrew White*
-* Added `Hash#compact` and `Hash#compact!` for removing items with nil value from hash.
+* Added `Hash#compact` and `Hash#compact!` for removing items with nil value
+ from hash.
*Celestino Gomes*