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)