Updated Changelog

This commit is contained in:
Diptanu Choudhury 2015-11-25 15:22:40 -08:00
parent 9edeb2fe58
commit f0875f3c9d

View file

@ -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)