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