Skip to content

Commit

Permalink
Fix CHANGELOG typos
Browse files Browse the repository at this point in the history
  • Loading branch information
byroot committed Feb 22, 2022
1 parent e414014 commit ce1517e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions actionpack/CHANGELOG.md
@@ -1,10 +1,10 @@
* Fix `ActionContoller::Live` to copy the IsolatedExecutionState in the ephemeral thread.
* Fix `ActionController::Live` to copy the IsolatedExecutionState in the ephemeral thread.

Since it's inception `ActionContoller::Live` has been copying thread local variables
Since its inception `ActionController::Live` has been copying thread local variables
to keep things such as `CurrentAttributes` set from middlewares working in the controller action.

With the introduction of `IsolatedExecutionState` in 7.0, some of that global state was lost in
`ActionContoller::Live` controllers.
`ActionController::Live` controllers.

*Jean Boussier*

Expand Down

0 comments on commit ce1517e

Please sign in to comment.