From 4c743e1082b8b5eec53a7155733999441be0efce Mon Sep 17 00:00:00 2001 From: Michael Xavier Date: Fri, 22 Jun 2018 14:06:10 -0700 Subject: [PATCH] Add additional changelog for 0.16.0.0 --- changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/changelog.md b/changelog.md index a64c253..b711989 100644 --- a/changelog.md +++ b/changelog.md @@ -3,6 +3,10 @@ - @bitemyapp - Reorganized V5 modules internally, ripped out Generic, rewrote part of the test suite. + - Added message field to EsProtocolException + - Switch from Data.Version to Data.SemVer to support parsing broader version format. + - Drop support for GHC < 8.0 + - Remove upper bound on aeson. - @mxavier - Reorganized V1 modules, mirroring the work done on V5. - @andrewthad