You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## 1.2.0 / 2022-07-15
- Added: `ClimateControl.unsafe_modify` for a thread-unsafe version of
`ClimateControl.modify` (useful for minitest-around for instance)
- Deprecates `ClimateControl.env`, `ENV` should be used instead
## 1.1.0 / 2022-05-26
- Refactor to use `Monitor` instead of `Mutex`
- Add documentation about thread-safety
- Allow ClimateControl.modify to be called without environment variables
- Add test for concurrent access needed to be inside block
- Relax development dependencies