mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Remove CHANGELOG entry that was already applied to 7.0
This commit is contained in:
parent
0f67e8fa89
commit
e4547052b9
1 changed files with 0 additions and 5 deletions
|
@ -1,8 +1,3 @@
|
|||
* Instance variables set in requests in a `ActionController::TestCase` are now cleared before the next request
|
||||
|
||||
This means if you make multiple requests in the same test, instance variables set in the first request will
|
||||
not persist into the second one. (It's not recommended to make multiple requests in the same test.)
|
||||
|
||||
*Alex Ghiculescu*
|
||||
|
||||
Please check [7-0-stable](https://github.com/rails/rails/blob/7-0-stable/actionpack/CHANGELOG.md) for previous changes.
|
||||
|
|
Loading…
Reference in a new issue