From 140983a219bc204f63628ecc4fbbe2c8be2544cd Mon Sep 17 00:00:00 2001 From: Diptanu Choudhury Date: Wed, 25 Nov 2015 15:22:40 -0800 Subject: [PATCH] Updated Changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f79818ab1..0bead3fb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ IMPROVEMENTS: * client/executor: executor package tests made portable (work on Windows) [GH-497] * driver/docker: Added TLS client options to the config file [GH-480] * core/api: Can list all known regions in the cluster [GH-495] + * client/discovery: Added more consul client api configuration options [GH-503] BUG FIXES: @@ -18,6 +19,7 @@ BUG FIXES: * client/restart policy: Not restarting Batch Jobs if the exit code is 0 [GH-491] * core: Shared reference to DynamicPorts caused port conflicts when scheduling count > 1 [GH-494] + * client/service: Fixes update to check definitions and services which are already registered [GH-498] ## 0.2.0 (November 18, 2015)