1
0
Fork 0
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:
yuuji.yaginuma 2016-11-19 15:08:16 +09:00
parent ff2fe014d9
commit f5e738b604
2 changed files with 6 additions and 6 deletions

View file

@ -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.

View file

@ -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*