From 6171b85b23ba6ee749104f846a7b2256037df735 Mon Sep 17 00:00:00 2001 From: Seth Hoenig Date: Tue, 16 Jun 2020 11:00:31 -0500 Subject: [PATCH] docs: update changelog for memory swap fix --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b502139c..5c0ccab09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ BUG FIXES: * cli: Fixed malformed alloc status address list when listing more than 1 address [[GH-8161](https://github.com/hashicorp/nomad/issues/8161)] * client: Fixed a bug where stdout/stderr were not properly reopened for community task drivers. [[GH-8155](https://github.com/hashicorp/nomad/issues/8155)] + * driver/docker: Fixed a bug to set correct value for `memory-swap` when using `memory_hard_limit` [[GH-8153](https://github.com/hashicorp/nomad/issues/8153)] ## 0.11.3 (June 5, 2020)