aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/CHANGELOG.md7
1 files changed, 0 insertions, 7 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md
index 1776972dd7..24f253fa92 100644
--- a/activesupport/CHANGELOG.md
+++ b/activesupport/CHANGELOG.md
@@ -1,10 +1,3 @@
-* Do not delegate missing `marshal_dump` and `_dump` methods via the
- `delegate_missing_to` extension. This avoids unintentionally adding instance
- variables when calling `Marshal.dump(object)`, should the delegation target of
- `object` be a method which would otherwise add them. Fixes #36522.
-
- *Aaron Lipman*
-
* Allow the on_rotation proc used when decrypting/verifying a message to be
be passed at the constructor level.