changelog++

This commit is contained in:
Jeff Mitchell 2016-01-18 17:05:46 -05:00
parent 8e3b75551c
commit c8ae8189d7
1 changed files with 2 additions and 0 deletions

View File

@ -46,6 +46,8 @@ IMPROVEMENTS:
* cli/server: Use internal functions for the token-helper rather than shelling
out, which fixes some problems with using a static binary in Docker or paths
with multiple spaces when launching in `-dev` mode [GH-850]
* command/{init,rekey}: Allow ASCII-armored keychain files to be arguments for
`-pgp-keys` [GH-940]
* conf: Use normal bool values rather than empty/non-empty for the
`tls_disable` option [GH-802]
* credential/token: Add `last_renewal_time` to token lookup calls [GH-896]