aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authorEileen M. Uchitelle <eileencodes@users.noreply.github.com>2016-11-19 09:03:15 -0500
committerGitHub <noreply@github.com>2016-11-19 09:03:15 -0500
commit4aacace550155faab98710c045f912db80601004 (patch)
treefe0e762ce3506899345a0b95b7fc9fff85495c27 /railties
parentf9230a2d424b177257056be9b9247cbe25caa101 (diff)
parentf5e738b6042334801bfa01b4ce0d945539aa47e8 (diff)
downloadrails-4aacace550155faab98710c045f912db80601004.tar.gz
rails-4aacace550155faab98710c045f912db80601004.tar.bz2
rails-4aacace550155faab98710c045f912db80601004.zip
Merge pull request #27103 from y-yagi/move_changelog_entry_to_appropriate_file
move CHANGELOG entry to the appropriate file [ci skip]
Diffstat (limited to 'railties')
-rw-r--r--railties/CHANGELOG.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md
index 049a06db3a..7db7e2e34d 100644
--- a/railties/CHANGELOG.md
+++ b/railties/CHANGELOG.md
@@ -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*