From e0739eb95bbb46cdc4bd5dbcc5328bede9eaad0f Mon Sep 17 00:00:00 2001 From: James Phillips Date: Sat, 14 Nov 2015 12:49:35 -0800 Subject: [PATCH] Updates the changelog. --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d14a0088a..d4105902b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,10 @@ FEATURES: * Consul now builds under Go 1.5.1 by default [GH-1345] * Added built-in support for running health checks inside Docker containers [GH-1343] +* Added prepared queries which support service health queries with rich + features such as filters for multiple tags and failover to remote datacenters + based on network coordinates; these are available via HTTP as well as the + DNS interface [GH-1389] BUG FIXES: