diff options
Diffstat (limited to 'activesupport/CHANGELOG.md')
-rw-r--r-- | activesupport/CHANGELOG.md | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md index 1516472fed..d32c094b13 100644 --- a/activesupport/CHANGELOG.md +++ b/activesupport/CHANGELOG.md @@ -1,9 +1,7 @@ ## Rails 3.2.0 (unreleased) ## -* Added Enumerable#pluck to wrap the common pattern of collect(&:method) *DHH* - -* Module#synchronize is deprecated with no replacement. Please use `monitor` - from ruby's standard library. +* 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. |