mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
move CHANGELOG entry to the appropriate file [ci skip]
Follow up to #27098
This commit is contained in:
parent
ff2fe014d9
commit
f5e738b604
2 changed files with 6 additions and 6 deletions
|
@ -1,3 +1,9 @@
|
|||
* Reset a new session directly after its creation in ActionDispatch::IntegrationTest#open_session.
|
||||
|
||||
Fixes #22742.
|
||||
|
||||
*Tawan Sierek*
|
||||
|
||||
* Fixes incorrect output from rails routes when using singular resources.
|
||||
|
||||
Fixes #26606.
|
||||
|
|
|
@ -1,9 +1,3 @@
|
|||
* Reset a new session directly after its creation in ActionDispatch::IntegrationTest#open_session
|
||||
|
||||
Fixes Issue #22742
|
||||
|
||||
*Tawan Sierek*
|
||||
|
||||
* Add `:skip_sprockets` to `Rails::PluginBuilder::PASSTHROUGH_OPTIONS`
|
||||
|
||||
*Tsukuru Tanimichi*
|
||||
|
|
Loading…
Reference in a new issue