unliftio-0.2.2.0: ChangeLog.md
## 0.2.2.0
* Add `pureTry` and `pureTryDeep`
## 0.2.1.0
* Add `UnliftIO.STM`
* Add a number of functions to `UnliftIO.IO`
## 0.2.0.0
* Remove `monad-logger` instances (moved into `monad-logger` itself in
release `0.3.26`)
* Remove `resourcet` instances and `UnliftIO.Resource` (moved into `resourcet`
itself in release `1.1.10`)
## 0.1.1.0
* Doc improvements.
* Fix `UnliftIO.Chan` type signatures [#3](https://github.com/fpco/unliftio/pull/3).
* Add `UnliftIO.Concurrent` module [#5](https://github.com/fpco/unliftio/pull/5).
## 0.1.0.0
* Initial release.