diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 66ca2bb2..d90de277 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,16 @@ Changelog ========= +Current +------- + +- **BREAKING**: New configuration file format to allow further improvements (The conversion is automatic) +- **BREAKING**: Passwords are now *salted* for the *BASIC* authentication backend +- Add: `client certificate revocation `_ +- Fix: issue `#134 `_ +- Fix: issue `#135 `_ +- `Full changelog `__ + 0.2.1 (05/17/2016) ------------------