1
0
Fork 0
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:
Rafael Mendonça França 2021-12-10 17:13:06 +00:00
parent 0f67e8fa89
commit e4547052b9
No known key found for this signature in database
GPG key ID: FC23B6D0F1EEE948

View file

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