add CHANGELOG entry for AS::Base64 deprecation

This commit is contained in:
Sergey Nartimov
2012-01-03 23:08:28 +03:00
parent 8c129f18d2
commit 337ac054db

View File

@@ -1,7 +1,9 @@
## Rails 3.2.0 (unreleased) ##
* Module#synchronize is deprecated with no replacement. Please use `monitor`
from ruby's standard library.
* ActiveSupport::Base64 is deprecated in favor of ::Base64. *Sergey Nartimov*
* Module#synchronize is deprecated with no replacement. Please use `monitor`
from ruby's standard library.
* (Date|DateTime|Time)#beginning_of_week accept an optional argument to
be able to set the day at which weeks are assumed to start.