CHANGELOG.md in activesupport-7.0.1 vs CHANGELOG.md in activesupport-7.0.2

- old
+ new

@@ -1,4 +1,15 @@ +## Rails 7.0.2 (February 08, 2022) ## + +* Fix `ActiveSupport::EncryptedConfiguration` to be compatible with Psych 4 + + *Stephen Sugden* + +* Improve `File.atomic_write` error handling. + + *Daniel Pepper* + + ## Rails 7.0.1 (January 06, 2022) ## * Fix `Class#descendants` and `DescendantsTracker#descendants` compatibility with Ruby 3.1. [The native `Class#descendants` was reverted prior to Ruby 3.1 release](https://bugs.ruby-lang.org/issues/14394#note-33),