Skip to content

Commit c507b75

Browse files
committed
Changelog 5e50daa and e11a62a
1 parent 96f0df1 commit c507b75

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

actionpack/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
* Move `cookies`, `flash`, and `session` methods back to
2+
`ActionDispatch::Integration::Session`.
3+
4+
*Matthew Draper*
5+
6+
* Do not reset in `ActionDispatch::IntegrationTest#open_session`; doing so
7+
is incompatible with existing (unintended) API usage.
8+
9+
*Sean Griffin*
10+
11+
112
## Rails 5.0.1.rc1 (December 01, 2016) ##
213

314
* Fixed error caused by `force_ssl_redirect` when `session_store` is
@@ -119,6 +130,12 @@
119130

120131
*David Chen*
121132

133+
* Reset a new session directly after its creation in `ActionDispatch::IntegrationTest#open_session`.
134+
135+
Fixes #22742.
136+
137+
*Tawan Sierek*
138+
122139
* Fix 'defaults' option for root route.
123140

124141
A regression from some refactoring for the 5.0 release, this change

0 commit comments

Comments
 (0)