Curated current CHANGELOG

- removed old CHANGELOG
- renamed README
This commit is contained in:
Samuel B. Erie 2019-11-06 16:56:42 -09:00
parent d5d719513a
commit 0b884c9b68
5 changed files with 6 additions and 18 deletions

View File

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

View File

@ -1,14 +0,0 @@
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,8 +1,9 @@
# LDAP Client Changelog # LDAP Client Changelog
## [Unreleased](https://github.com/alasconnect/ldap-client/tree/HEAD)
[Full Changelog](https://github.com/alasconnect/ldap-client/compare/0.3.0...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)
**Merged pull requests:** **Merged pull requests:**

View File

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