Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca committed Jun 29, 2023
1 parent 0b89567 commit 4aa2446
Show file tree
Hide file tree
Showing 6 changed files with 53 additions and 4 deletions.
5 changes: 5 additions & 0 deletions actioncable/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
* Fix Action Cable Redis configuration with sentinels.

*Dmitriy Ivliev*


## Rails 7.0.5.1 (June 26, 2023) ##

* No changes.
Expand Down
5 changes: 5 additions & 0 deletions activejob/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
* Fix error Active Job passed class with `permitted?`.

*Alex Baldwin*


## Rails 7.0.5.1 (June 26, 2023) ##

* No changes.
Expand Down
28 changes: 28 additions & 0 deletions activerecord/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
* Fix autosave associations with validations added on `:base` of the associated objects.

*fatkodima*

* Fix result with anonymous PostgreSQL columns of different type from json.

*Oleksandr Avoiants*

* Preserve timestamp when setting an `ActiveSupport::TimeWithZone` value to `timestamptz` attribute.

*fatkodima*

* Fix where on association with has_one/has_many polymorphic relations.

Before:
Expand All @@ -18,6 +30,22 @@

*fatkodima*

* Ensure binary-destined values have binary encoding during type cast.

*Matthew Draper*

* Preserve existing column default functions when altering table in SQLite.

*fatkodima*

* Remove table alias added when using `where.missing` or `where.associated`.

*fatkodima*

* Fix `Enumerable#in_order_of` to only flatten first level to preserve nesting.

*Miha Rekar*


## Rails 7.0.5.1 (June 26, 2023) ##

Expand Down
5 changes: 3 additions & 2 deletions activestorage/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

*Haroon Ahmed*


## Rails 7.0.5.1 (June 26, 2023) ##

* No changes.
Expand Down Expand Up @@ -71,10 +72,10 @@
## Rails 7.0.2.3 (March 08, 2022) ##

* Added image transformation validation via configurable allow-list.

Variant now offers a configurable allow-list for
transformation methods in addition to a configurable deny-list for arguments.

[CVE-2022-21831]


Expand Down
9 changes: 7 additions & 2 deletions activesupport/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,14 @@

*Hartley McGuire*

* Fix ActionCable Redis configuration with sentinels
* Fix arguments being destructed `Enumerable#many?` with block.

*Andrew Novoselac*

* Fix humanize for strings ending with id.

*fatkodima*

*Dmitriy Ivliev*

## Rails 7.0.5.1 (June 26, 2023) ##

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 @@
* Avoid escaping paths when editing credentials.

*Jonathan Hefner*


## Rails 7.0.5.1 (June 26, 2023) ##

* No changes.
Expand Down

0 comments on commit 4aa2446

Please sign in to comment.