Changelog

This commit is contained in:
Alex Dadgar 2016-02-11 11:14:23 -08:00
parent fa4b9b9964
commit feb7987814
1 changed files with 3 additions and 1 deletions

View File

@ -42,10 +42,12 @@ IMPROVEMENTS:
BUG FIXES:
* core: Node drain could only be partially applied [GH-750]
* core: Fix panic when eval Ack occurs at delivery limit [GH-790]
* cli: Handle parsing of un-named ports [GH-604]
* cli: Enforce absolute paths for data directories [GH-622]
* client: Handle non-200 codes when parsing AWS metadata [GH-614]
* client: Cleanup of the allocation directory [GH-755]
* client: Improved stability under high contention [GH-789]
* client: Handle non-200 codes when parsing AWS metadata [GH-614]
* client: Unmounted of shared alloc dir when client is rebooted [GH-755]
* client/consul: Service name changes handled properly [GH-766]
* driver/rkt: handle broader format of rkt version outputs [GH-745]