From f18e4ff9f8b59d1d09442931ad42c26e486740b5 Mon Sep 17 00:00:00 2001 From: Victor Denisov Date: Mon, 2 May 2016 23:14:18 -0700 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4cd4982..c745912 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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.1.0] - unreleased + +### Added +- TLS implementation. So far it is an experimental feature. + +### Removed +- System.IO.Pipeline module + ## [2.0.10] - 2015-12-22 ### Fixed