update CHANGELOG

This commit is contained in:
Mitchell Hashimoto 2015-05-02 13:12:09 -07:00
parent 842a8ec818
commit 2eba902d0d
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@ IMPROVEMENTS:
* core: Very verbose error if mlock fails [GH-59]
* command/*: On error with TLS oversized record, show more human-friendly
error message. [GH-123]
* command/read: `lease_renewable` is now outputed along with the secret
to show whether it is renewable or not
* command/server: Add configuration option to disable mlock
* command/server: Disable mlock for dev mode so it works on more systems