Skip to content

Commit a3475f0

Browse files
authored
Merge pull request rails#45559 from skipkayhil/fix-missing-changelog-authors
Add missing CHANGELOG authors
2 parents 2cf8f37 + 5458571 commit a3475f0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

activesupport/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,8 @@
126126

127127
* Deprecate `Notification::Event`'s `#children` and `#parent_of?`
128128
129+
*John Hawthorn*
130+
129131
* Change default serialization format of `MessageEncryptor` from `Marshal` to `JSON` for Rails 7.1.
130132
131133
Existing apps are provided with an upgrade path to migrate to `JSON` as described in `guides/source/upgrading_ruby_on_rails.md`
@@ -142,6 +144,8 @@
142144
143145
* Improve `File.atomic_write` error handling
144146
147+
*Daniel Pepper*
148+
145149
* Fix `Class#descendants` and `DescendantsTracker#descendants` compatibility with Ruby 3.1.
146150
147151
[The native `Class#descendants` was reverted prior to Ruby 3.1 release](https://bugs.ruby-lang.org/issues/14394#note-33),

0 commit comments

Comments
 (0)