CHANGELOG.md in activesupport-7.2.1.2 vs CHANGELOG.md in activesupport-7.2.2
- old
+ new
@@ -1,4 +1,15 @@
+## Rails 7.2.2 (October 30, 2024) ##
+
+* Include options when instrumenting `ActiveSupport::Cache::Store#delete` and `ActiveSupport::Cache::Store#delete_multi`.
+
+ *Adam Renberg Tamm*
+
+* Print test names when running `rails test -v` for parallel tests.
+
+ *John Hawthorn*, *Abeid Ahmed*
+
+
## Rails 7.2.1.2 (October 23, 2024) ##
* No changes.