Add a changelog entry

This commit is contained in:
Victor Denisov 2018-04-29 13:16:03 -07:00
parent 3b526c035d
commit 21e87d9e57

View file

@ -2,6 +2,11 @@
All notable changes to this project will be documented in this file.
This project adheres to [Package Versioning Policy](https://wiki.haskell.org/Package_versioning_policy).
## [Unreleased]
### Fixed
- GHC 8.4 compatibility. isEmptyChan is not available in base 4.11 anymore.
## [2.3.0.5] - 2018-03-15
### Fixed