1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

missing changelog entry for #8682

This commit is contained in:
Akira Matsuda 2013-01-03 06:43:26 +09:00 committed by Rafael Mendonça França
parent ef61504c6e
commit b6aa59368b

View file

@ -1,5 +1,9 @@
## Rails 4.0.0 (unreleased) ## ## 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* * Introduce assert_not to replace warty 'assert !foo'. *Jeremy Kemper*
* Prevent `Callbacks#set_callback` from setting the same callback twice. * Prevent `Callbacks#set_callback` from setting the same callback twice.