Skip to content

Commit

Permalink
Remove changelog entry for backported change
Browse files Browse the repository at this point in the history
  • Loading branch information
georgeclaghorn committed Jul 22, 2019
1 parent fb08b7e commit 3b36d75
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions activesupport/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit 3b36d75

Please sign in to comment.