提交 4d5ced34 编写于 作者: J Jon Moss 提交者: GitHub

Merge pull request #27472 from maclover7/jm-fixup-changelogs

Small edits to CHANGELOG.md files
......@@ -13,12 +13,12 @@
*Vladimir Dementyev*
* Buffer now writes to websocket connections, to avoid blocking threads
* Buffer now writes to WebSocket connections, to avoid blocking threads
that could be doing more useful things.
*Matthew Draper*, *Tinco Andringa*
* Protect against concurrent writes to a websocket connection from
* Protect against concurrent writes to a WebSocket connection from
multiple threads; the underlying OS write is not always threadsafe.
*Tinco Andringa*
......
* Use accept header in integration tests with `as: :json`
Instead of appending the `format` to the request path. Rails will figure
Instead of appending the `format` to the request path, Rails will figure
out the format from the header instead.
This allows devs to use `:as` on routes that don't have a format.
......@@ -9,7 +9,7 @@
*Kasper Timm Hansen*
* Reset a new session directly after its creation in ActionDispatch::IntegrationTest#open_session.
* Reset a new session directly after its creation in `ActionDispatch::IntegrationTest#open_session`.
Fixes #22742.
......
* Notifications see frozen SQL string.
Fixes #23774
Fixes #23774.
*Richard Monette*
* RuntimeErrors are no longer translated to ActiveRecord::StatementInvalid.
* RuntimeErrors are no longer translated to `ActiveRecord::StatementInvalid`.
*Richard Monette*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册