From abd1fe8aab2f08a01a392182fe3abcb18520a9ab Mon Sep 17 00:00:00 2001 From: James Rasell Date: Thu, 12 Mar 2020 10:10:33 +0100 Subject: [PATCH] Update CHANGELOG.md with #5970 entry. --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ed1a6c89703..bea8f0f19142 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,8 @@ IMPROVEMENTS: BUG FIXES: - * api: Fixed a panic when canonicalizing a jobspec with an incorrect job type [[GH-7207]](https://github.com/hashicorp/nomad/pull/7207) + * api: Fixed a panic when canonicalizing a jobspec with an incorrect job type [[GH-7207](https://github.com/hashicorp/nomad/pull/7207)] + * api: Fixed a bug where calling the node GC or GcAlloc endpoints resulted in an error EOF return on successful requests [[GH-5970](https://github.com/hashicorp/nomad/issues/5970)] * cli: Fixed a panic when displaying device plugins without stats [[GH-7231](https://github.com/hashicorp/nomad/issues/7231)] ## 0.10.4 (February 19, 2020)