changelog++

This commit is contained in:
Jeff Mitchell 2016-04-20 20:23:08 +00:00
parent 521a3865dc
commit 04816ed25e
1 changed files with 3 additions and 0 deletions

View File

@ -50,6 +50,9 @@ BUG FIXES:
* command/token-lookup: Fix TTL showing as 0 depending on how a token was
created. This only affected the value shown at lookup, not the token
behavior itself. [GH-1306]
* command/various: Tell the JSON decoder to not convert all numbers to floats;
fixes some various places where numbers were showing up in scientific
notation
* credential/ldap: Fix problem where certain error conditions when configuring
or opening LDAP connections would cause a panic instead of return a useful
error message [GH-1262]