aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG.md
diff options
context:
space:
mode:
authorAkira Matsuda <ronnie@dio.jp>2013-01-03 06:43:26 +0900
committerRafael Mendonça França <rafaelmfranca@gmail.com>2013-01-02 19:19:33 -0300
commitb6aa59368bea3a2fc34e4df17d3c955f0d7fd047 (patch)
tree1f996f53e73e32bb3a653793c0cd45b8168ca535 /activesupport/CHANGELOG.md
parentef61504c6ea4c282cf85ab54797ff708ec6031c9 (diff)
downloadrails-b6aa59368bea3a2fc34e4df17d3c955f0d7fd047.tar.gz
rails-b6aa59368bea3a2fc34e4df17d3c955f0d7fd047.tar.bz2
rails-b6aa59368bea3a2fc34e4df17d3c955f0d7fd047.zip
missing changelog entry for #8682
Diffstat (limited to 'activesupport/CHANGELOG.md')
-rw-r--r--activesupport/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md
index fb975dcfc3..535b298778 100644
--- a/activesupport/CHANGELOG.md
+++ b/activesupport/CHANGELOG.md
@@ -1,5 +1,9 @@
## Rails 4.0.0 (unreleased) ##
+* Remove meaningless `ActiveSupport::FrozenObjectError`, which was just an alias of `RuntimeError`.
+
+ *Akira Matsuda*
+
* Introduce assert_not to replace warty 'assert !foo'. *Jeremy Kemper*
* Prevent `Callbacks#set_callback` from setting the same callback twice.