diff --git a/CHANGELOG.md b/CHANGELOG.md index d140f226f..bc580331a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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]