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

CHANGELOG entry for the previous commit (18e7bf2865)

This commit is contained in:
Pratik Naik 2008-10-17 23:47:31 +02:00
parent 18e7bf2865
commit ffbd7dd8ee

View file

@ -1,5 +1,7 @@
*Edge*
* Fix Brasilia timezone #1180 [Marcus Derencius, Kane]
* Time#advance recognizes fractional days and weeks. Deprecate Durations of fractional months and years #970 [Tom Lea]
* Add ActiveSupport::Rescuable module abstracting ActionController::Base rescue_from features. [Norbert Crombach, Pratik]