From 82da0034852c6b0faaa6e65dd7c6e4bba1d83e14 Mon Sep 17 00:00:00 2001 From: Victor Denisov Date: Sat, 1 Feb 2020 12:40:31 -0800 Subject: [PATCH] Add changelog entry --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 840330e..70bc918 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Change Log 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). +## [2.6.0.1] - 2020-02-01 + +## Fixed +- Parsing hostname with underscores in readHostPortM. ## [2.6.0.0] - 2020-01-03