From 93a14e12ae08f5cbcaead7f144e56ebe272a38b5 Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Mon, 2 May 2016 00:20:00 -0400 Subject: [PATCH] changelog++ --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) 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]