From 652b754affc10919c298f404f2219a0fc671fb6f Mon Sep 17 00:00:00 2001 From: Chris Baker Date: Tue, 23 Apr 2019 00:49:54 +0000 Subject: [PATCH] Revert "changelog: added entry for #5540 fix, and some missing left brackets" This reverts commit 7ea3f3879278da2255b044429ffacd3a12a32b39. --- CHANGELOG.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cfa9659fd6..7b35767c730 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,10 @@ BUG FIXES: * core: Fix bug with incorrect metrics on pending allocations [[GH-5541](https://github.com/hashicorp/nomad/pull/5541)] * client: Fix issue with recovering from logmon failures [[GH-5577](https://github.com/hashicorp/nomad/pull/5577)] -* client: Fix deadlock on client startup after reboot [[GH-5568](https://github.com/hashicorp/nomad/pull/5568)] +* client: Fix deadlock on client startup after reboot [GH-5568](https://github.com/hashicorp/nomad/pull/5568)] * client: Fix issue with node registration where newly registered nodes would not run system jobs [[GH-5585](https://github.com/hashicorp/nomad/pull/5585)] -* driver/docker: Fix regression around volume handling [[GH-5572](https://github.com/hashicorp/nomad/pull/5572)] +* driver/docker: Fix regression around volume handling [GH-5572](https://github.com/hashicorp/nomad/pull/5572)] - * metrics: Fixed stale metrics [[GH-5540](https://github.com/hashicorp/nomad/issues/5540)] ## 0.9.0 (April 9, 2019)