Changelog for ki-0.2.0
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to the Haskell Package Versioning Policy.
[0.2.0] - 2020-12-17
Changed
- Rename
cancelScope
tocancel
.
Removed
- Remove
ThreadFailed
exception wrapper.
[0.1.0.1] - 2020-11-30
Changed
- Lower
cabal-version
from 3.0 to 2.2 becausestack
cannot parse 3.0 - Replace
AtomicCounter
withInt
(to drop theatomic-primops
dependency)
[0.1.0] - 2020-11-11
Added
- Initial release