diff --git a/CHANGELOG.md b/CHANGELOG.md index 59dbba7cf4..50cf75f9d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -68,6 +68,8 @@ BUG FIXES: * 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/github: Make organization comparison case-insensitive during + login [GH-1359] * 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]