From 21e87d9e57eb5b5c1c1d2156a6ad14633d467aff Mon Sep 17 00:00:00 2001 From: Victor Denisov Date: Sun, 29 Apr 2018 13:16:03 -0700 Subject: [PATCH] Add a changelog entry --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7368ccf..7c35503 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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