aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'activesupport/CHANGELOG.md')
-rw-r--r--activesupport/CHANGELOG.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md
index f23ee6e045..50c83478d1 100644
--- a/activesupport/CHANGELOG.md
+++ b/activesupport/CHANGELOG.md
@@ -7,8 +7,6 @@
* Add ActiveSupport::Cache::NullStore for use in development and testing. *Brian Durand*
-* 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.