Skip to content

Commit

Permalink
Sync CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca committed Nov 10, 2023
1 parent cceb111 commit 200749d
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 3 deletions.
4 changes: 4 additions & 0 deletions actionpack/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@

*Hartley McGuire*

* Support handling Enumerator for non-buffered responses.

*Zachary Scott*


## Rails 7.1.1 (October 11, 2023) ##

Expand Down
5 changes: 5 additions & 0 deletions activemodel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
* Make `==(other)` method of AttributeSet safe.

*Dmitry Pogrebnoy*


## Rails 7.1.1 (October 11, 2023) ##

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

*João Alves*

* Prevent marking broken connections as verified.

*Daniel Colson*

* Don't mark Float::INFINITY as changed when reassigning it

When saving a record with a float infinite value, it shouldn't mark as changed
Expand All @@ -30,6 +34,10 @@

*Jonathan Hefner*

* Dump schema only for a specific db for rollback/up/down tasks for multiple dbs.

*fatkodima*

* Fix `NoMethodError` when casting a PostgreSQL `money` value that uses a
comma as its radix point and has no leading currency symbol. For example,
when casting `"3,50"`.
Expand All @@ -53,6 +61,14 @@

*Nikita Vasilevsky*

* Return back maximum allowed PostgreSQL table name to 63 characters.

*fatkodima*

* Fix detecting `IDENTITY` columns for PostgreSQL < 10.

*fatkodima*


## Rails 7.1.1 (October 11, 2023) ##

Expand Down
14 changes: 13 additions & 1 deletion activesupport/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,14 @@
*Yasha Krasnou*

* Fix missing `require` resulting in `NoMethodError` when running
`bin/rains secrets:show` or `bin/rains secrets:edit`.
`bin/rails secrets:show` or `bin/rails secrets:edit`.

*Stephen Ierodiaconou*

* Ensure `{down,up}case_first` returns non-frozen string.

*Jonathan Hefner*

* Fix `#to_fs(:human_size)` to correctly work with negative numbers.

*Earlopain*
Expand All @@ -36,6 +40,14 @@

*Jean Boussier*

* Fix `OrderedOptions#dig` for array indexes.

*fatkodima*

* Fix time travel helpers to work when nested using with separate classes.

*fatkodima*

* Fix `delete_matched` for file cache store to work with keys longer than the
max filename size.

Expand Down
2 changes: 0 additions & 2 deletions railties/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
## Rails 7.1.2 (Unreleased) ##

* Fix running `db:system:change` when app has no Dockerfile.

*Hartley McGuire*
Expand Down

0 comments on commit 200749d

Please sign in to comment.