From fcaf49c7c85eb7f21db20a495ee84c031e8b4bef Mon Sep 17 00:00:00 2001 From: Matvey Aksenov Date: Tue, 27 Dec 2016 17:09:48 +0000 Subject: [PATCH] Start documenting changes going into the next release. --- CHANGELOG.markdown | 6 ++++++ ldap-client.cabal | 1 + 2 files changed, 7 insertions(+) create mode 100644 CHANGELOG.markdown diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown new file mode 100644 index 0000000..50f6cbf --- /dev/null +++ b/CHANGELOG.markdown @@ -0,0 +1,6 @@ +next +==== + + * Added the `SecureWithTLSSettings` constructor to the `Host` datatype for the + cases where the user needs more control over TLS connection settings. + (https://github.com/supki/ldap-client/issues/5, https://github.com/supki/ldap-client/pull/6) diff --git a/ldap-client.cabal b/ldap-client.cabal index 62ef69e..9acb573 100644 --- a/ldap-client.cabal +++ b/ldap-client.cabal @@ -18,6 +18,7 @@ tested-with: , GHC == 7.10.1 extra-source-files: README.markdown + CHANGELOG.markdown source-repository head type: git