changelog++

This commit is contained in:
Jeff Mitchell 2016-05-02 00:20:00 -04:00
parent 91fd290d6f
commit 93a14e12ae

View File

@ -68,6 +68,8 @@ BUG FIXES:
* command/various: Tell the JSON decoder to not convert all numbers to floats; * command/various: Tell the JSON decoder to not convert all numbers to floats;
fixes some various places where numbers were showing up in scientific fixes some various places where numbers were showing up in scientific
notation notation
* credential/github: Make organization comparison case-insensitive during
login [GH-1359]
* credential/ldap: Fix problem where certain error conditions when configuring * credential/ldap: Fix problem where certain error conditions when configuring
or opening LDAP connections would cause a panic instead of return a useful or opening LDAP connections would cause a panic instead of return a useful
error message [GH-1262] error message [GH-1262]