From 61a7132401dc3331cd3c3d67403d90dd8b10b931 Mon Sep 17 00:00:00 2001 From: Michael Schurter Date: Thu, 27 Aug 2020 15:03:37 -0700 Subject: [PATCH] docs: add #8745 to changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 820ee604fef9..8fda7c213eca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ ## 0.13.0 (Unreleased) IMPROVEMENTS: + * core: Improved job deregistration error logging. [[GH-8745](https://github.com/hashicorp/nomad/issues/8745)] * api: Added support for cancellation contexts to HTTP API. [[GH-8836](https://github.com/hashicorp/nomad/issues/8836)] BUG FIXES: