mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Merge pull request #4281 from lest/3-2-changelog
add CHANGELOG entry for AS::Base64 deprecation
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user