Update CHANGELOG.md

This commit is contained in:
James Phillips 2016-08-16 11:38:25 -07:00 committed by GitHub
parent 60ff598d11
commit 16e30e072f
1 changed files with 2 additions and 2 deletions

View File

@ -51,8 +51,8 @@ BACKWARDS INCOMPATIBILITIES:
behavior from [GH-2118] that translates addresses in HTTP responses could break
clients that are expecting local addresses. A new `X-Consul-Translate-Addresses`
header was added to allow clients to detect if translation is enabled for HTTP
responses, and a "lan" `TaggedAddress` was added for clients that need the local
address regardless of translation. [GH-2280]
responses, and a "lan" tag was added to `TaggedAddresses` for clients that need
the local address regardless of translation. [GH-2280]
IMPROVEMENTS: