From af793261e8f18eb670da6def5642dfae68920d47 Mon Sep 17 00:00:00 2001 From: Victor Denisov Date: Sun, 30 Oct 2016 00:23:08 -0700 Subject: [PATCH] Add changelog entry --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c6d515..b42eec5 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] - unreleased + +### Fixed +- Write functions hang when the connection is lost. + ## [2.1.1] - 2016-08-13 ### Changed