CHANGELOG.md in activesupport-3.2.0.rc1 vs CHANGELOG.md in activesupport-3.2.0.rc2
- old
+ new
@@ -1,7 +1,7 @@
## Rails 3.2.0 (unreleased) ##
-* Added Enumerable#pluck to wrap the common pattern of collect(&:method) *DHH*
+* 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