diff --git a/CHANGELOG.md b/CHANGELOG.md index a197d52b5..8b502139c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ IMPROVEMENTS: 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)] ## 0.11.3 (June 5, 2020) @@ -33,8 +34,6 @@ BUG FIXES: * api: Fixed a bug where setting connect sidecar task resources could fail [[GH-7993](https://github.com/hashicorp/nomad/issues/7993)] * client: Fixed a bug where artifact downloads failed on redirects [[GH-7854](https://github.com/hashicorp/nomad/issues/7854)] * csi: Validate empty volume arguments in API. [[GH-8027](https://github.com/hashicorp/nomad/issues/8027)] - * client: Fixed a bug where stdout/stderr were not properly reopened for - community task drivers. [[GH-8155](https://github.com/hashicorp/nomad/issues/8155)] ## 0.11.2 (May 14, 2020)