Skip to content

Commit 200749d

Browse files
committed
Sync CHANGELOG
1 parent cceb111 commit 200749d

File tree

5 files changed

+38
-3
lines changed

5 files changed

+38
-3
lines changed

actionpack/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414

1515
*Hartley McGuire*
1616

17+
* Support handling Enumerator for non-buffered responses.
18+
19+
*Zachary Scott*
20+
1721

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

activemodel/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
* Make `==(other)` method of AttributeSet safe.
2+
3+
*Dmitry Pogrebnoy*
4+
5+
16
## Rails 7.1.1 (October 11, 2023) ##
27

38
* No changes.

activerecord/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99

1010
*João Alves*
1111

12+
* Prevent marking broken connections as verified.
13+
14+
*Daniel Colson*
15+
1216
* Don't mark Float::INFINITY as changed when reassigning it
1317

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

3135
*Jonathan Hefner*
3236

37+
* Dump schema only for a specific db for rollback/up/down tasks for multiple dbs.
38+
39+
*fatkodima*
40+
3341
* Fix `NoMethodError` when casting a PostgreSQL `money` value that uses a
3442
comma as its radix point and has no leading currency symbol. For example,
3543
when casting `"3,50"`.
@@ -53,6 +61,14 @@
5361

5462
*Nikita Vasilevsky*
5563

64+
* Return back maximum allowed PostgreSQL table name to 63 characters.
65+
66+
*fatkodima*
67+
68+
* Fix detecting `IDENTITY` columns for PostgreSQL < 10.
69+
70+
*fatkodima*
71+
5672

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

activesupport/CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,14 @@
1212
*Yasha Krasnou*
1313

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

1717
*Stephen Ierodiaconou*
1818

19+
* Ensure `{down,up}case_first` returns non-frozen string.
20+
21+
*Jonathan Hefner*
22+
1923
* Fix `#to_fs(:human_size)` to correctly work with negative numbers.
2024

2125
*Earlopain*
@@ -36,6 +40,14 @@
3640

3741
*Jean Boussier*
3842

43+
* Fix `OrderedOptions#dig` for array indexes.
44+
45+
*fatkodima*
46+
47+
* Fix time travel helpers to work when nested using with separate classes.
48+
49+
*fatkodima*
50+
3951
* Fix `delete_matched` for file cache store to work with keys longer than the
4052
max filename size.
4153

railties/CHANGELOG.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
## Rails 7.1.2 (Unreleased) ##
2-
31
* Fix running `db:system:change` when app has no Dockerfile.
42

53
*Hartley McGuire*

0 commit comments

Comments
 (0)