Merge pull request #27103 from y-yagi/move_changelog_entry_to_appropriate_file

move CHANGELOG entry to the appropriate file [ci skip]
This commit is contained in:
Eileen M. Uchitelle 2016-11-19 09:03:15 -05:00 committed by GitHub
commit 4aacace550
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*