Compare commits

..

No commits in common. "master" and "0.4.0" have entirely different histories.

5 changed files with 18 additions and 6 deletions

View File

@ -6,4 +6,3 @@ release-branch=master
since-tag=0.2.0
header=# LDAP Client Changelog
exclude-labels=documentation

14
CHANGELOG.markdown Normal file
View File

@ -0,0 +1,14 @@
Original
====
* See [CHANGELOG.md](./CHANGELOG.md) for current changelog.
0.2.0
=====
* Supported SASL authentication via the EXTERNAL mechanism. (https://github.com/supki/ldap-client/pull/9)
* 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)
* Switched the decoding of server's messages to BER (See https://tools.ietf.org/html/rfc4511#section-5.1) (https://github.com/supki/ldap-client/pull/11)

View File

@ -1,9 +1,8 @@
# LDAP Client Changelog
## [Unreleased](https://github.com/alasconnect/ldap-client/tree/HEAD)
## [0.4.0](https://github.com/alasconnect/ldap-client/tree/0.4.0) (2019-11-07)
[Full Changelog](https://github.com/alasconnect/ldap-client/compare/0.3.0...0.4.0)
[Full Changelog](https://github.com/alasconnect/ldap-client/compare/0.3.0...HEAD)
**Merged pull requests:**

View File

@ -18,8 +18,8 @@ tested-with:
, GHC == 8.4.4
, GHC == 8.6.5
extra-source-files:
README.md
CHANGELOG.md
README.markdown
CHANGELOG.markdown
source-repository head
type: git