CHANGELOG.md in activesupport-7.0.7 vs CHANGELOG.md in activesupport-7.0.7.1

- old
+ new

@@ -1,4 +1,11 @@ +## Rails 7.0.7.1 (August 22, 2023) ## + +* Use a temporary file for storing unencrypted files while editing + + [CVE-2023-38037] + + ## Rails 7.0.7 (August 09, 2023) ## * Fix `Cache::NullStore` with local caching for repeated reads. *fatkodima*