CHANGELOG.md in activesupport-4.1.7.1 vs CHANGELOG.md in activesupport-4.1.8
- old
+ new
@@ -1,4 +1,10 @@
+* `Method` objects now report themselves as not `duplicable?`. This allows
+ hashes and arrays containing `Method` objects to be `deep_dup`ed.
+
+ *Peter Jaros*
+
+
## Rails 4.1.6 (September 11, 2014) ##
* Fix DateTime comparison with DateTime::Infinity object.
*Rafael Mendonça França*