Skip to content

Commit

Permalink
Sync CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca committed Oct 11, 2023
1 parent 314220e commit b280d7f
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 0 deletions.
5 changes: 5 additions & 0 deletions activejob/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
* Don't log enqueuing details when the job wasn't enqueued.

*Dustin Brown*


## Rails 7.1.0 (October 05, 2023) ##

* No changes.
Expand Down
5 changes: 5 additions & 0 deletions activerecord/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@

*fatkodima*

* Do not require the Action Text, Active Storage and Action Mailbox tables
to be present when running when running test on CI.

*Rafael Mendonça França*


## Rails 7.1.0 (October 05, 2023) ##

Expand Down
9 changes: 9 additions & 0 deletions activesupport/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
* Add support for keyword arguments when delegating calls to custom loggers from `ActiveSupport::BroadcastLogger`.

*Edouard Chin*

* `NumberHelper`: handle objects responding `to_d`.

*fatkodima*

* Fix RedisCacheStore to properly set the TTL when incrementing or decrementing.

This bug was only impacting Redis server older than 7.0.
Expand All @@ -8,6 +16,7 @@

*Pierre Jambet*


## Rails 7.1.0 (October 05, 2023) ##

* No changes.
Expand Down
5 changes: 5 additions & 0 deletions railties/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
* Ensures the Rails generated Dockerfile uses correct ruby version and matches Gemfile.

*Abhay Nikam*


## Rails 7.1.0 (October 05, 2023) ##

* No changes.
Expand Down

0 comments on commit b280d7f

Please sign in to comment.