Skip to content

Commit

Permalink
Merge pull request #51858 from zzak/7-2-fix-changelog
Browse files Browse the repository at this point in the history
[7-2-stable] Fix changelogs lint for trailing whitespaces
  • Loading branch information
yahonda committed May 18, 2024
2 parents 74f19e2 + e9e53f7 commit f31b853
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion actioncable/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

* Add two new assertion methods for Action Cable test cases: `assert_has_no_stream`
and `assert_has_no_stream_for`.

These methods can be used to assert that a stream has been stopped, e.g. via
`stop_stream` or `stop_stream_for`. They complement the already existing
`assert_has_stream` and `assert_has_stream_for` methods.
Expand Down
4 changes: 2 additions & 2 deletions activerecord/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

*Nikita Vasilevsky*

* Add `ENV["SKIP_TEST_DATABASE_TRUNCATE"]` flag to speed up multi-process test runs on large DBs when all tests run within default transaction.
* Add `ENV["SKIP_TEST_DATABASE_TRUNCATE"]` flag to speed up multi-process test runs on large DBs when all tests run within default transaction.

This cuts ~10s from the test run of HEY when run by 24 processes against the 178 tables, since ~4,000 table truncates can then be skipped.

Expand Down Expand Up @@ -290,7 +290,7 @@

* Using `Model.query_constraints` with a single non-primary-key column used to raise as expected, but with an
incorrect error message.

This has been fixed to raise with a more appropriate error message.

*Joshua Young*
Expand Down
2 changes: 1 addition & 1 deletion activesupport/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@

* Include `IPAddr#prefix` when serializing an `IPAddr` using the
`ActiveSupport::MessagePack` serializer.

This change is backward and forward compatible — old payloads can
still be read, and new payloads will be readable by older versions of Rails.

Expand Down
4 changes: 2 additions & 2 deletions railties/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
* Remove support for `oracle`, `sqlserver` and JRuby specific database adapters from the
`rails new` and `rails db:system:change` commands.

The supported options are `sqlite3`, `mysql`, `postgresql` and `trilogy`.

*Andrew Novoselac*
Expand Down Expand Up @@ -250,7 +250,7 @@

* In Action Mailer previews, list inline attachments separately from normal
attachments.

For example, attachments that were previously listed like

> Attachments: logo.png file1.pdf file2.pdf
Expand Down

0 comments on commit f31b853

Please sign in to comment.