From 6a3076296543515fbf8892161d80c25f2c828435 Mon Sep 17 00:00:00 2001 From: James Phillips Date: Tue, 2 Aug 2016 14:03:45 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2023954903..22f60f0b27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,8 @@ BACKWARDS INCOMPATIBILITIES: not the agent is acting as a server or client. When Consul is started as a server the default is `true` and `false` when a client. [GH-1909] * HTTP check output is truncated to 4k, similar to script check output. [GH-1952] +* Consul's Go API client will now send ACL tokens using HTTP headers instead of + query parameters, requiring Consul 0.6.0 or later. [GH-2233] IMPROVEMENTS: