Skip to content

Commit 5610cba

Browse files
committed
Sync CHANGELOG with the changes in the repository
1 parent eb7e42d commit 5610cba

2 files changed

Lines changed: 22 additions & 0 deletions

File tree

activerecord/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
* Restores functionality to the missing method when using enums and fixes.
2+
3+
*paulreece*
4+
5+
* Fix `StatementCache::Substitute` with serialized type.
6+
7+
*ywenc*
8+
9+
* Fix `:db_runtime` on notification payload when application have multiple databases.
10+
11+
*Eileen M. Uchitelle*
12+
13+
* Correctly dump check constraints for MySQL 8.0.16+.
14+
15+
*Steve Hill*
16+
117
* Fix `ActiveRecord::QueryMethods#in_order_of` to include `nil`s, to match the
218
behavior of `Enumerable#in_order_of`.
319

@@ -35,6 +51,7 @@
3551

3652
*Jean Boussier*
3753

54+
3855
## Rails 7.0.6 (June 29, 2023) ##
3956

4057
* Fix autosave associations with validations added on `:base` of the associated objects.

activesupport/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
* Fix `Cache::NullStore` with local caching for repeated reads.
2+
3+
*fatkodima*
4+
15
* Fix `to_s` with no arguments not respecting custom `:default` formats
26

37
*Hartley McGuire*
@@ -15,6 +19,7 @@
1519

1620
*Hartley McGuire*
1721

22+
1823
## Rails 7.0.6 (June 29, 2023) ##
1924

2025
* Fix `EncryptedConfiguration` returning incorrect values for some `Hash`

0 commit comments

Comments
 (0)