From 01d820bcfc3960d924f400a3803fc5fb7293e7af Mon Sep 17 00:00:00 2001 From: Nick Ethier Date: Fri, 31 Aug 2018 14:45:38 -0400 Subject: [PATCH] add changelog line for npe fix --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0045b4043..e9f6dae6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ BUG FIXES: * core: Reset queued allocation summary to zero when job stopped [[GH-4414](https://github.com/hashicorp/nomad/issues/4414)] * driver/docker: Fix kill timeout not being respected when timeout is over five minutes [[GH-4599](https://github.com/hashicorp/nomad/issues/4599)] + * scheduler: Fix nil pointer dereference [[GH-4463](https://github.com/hashicorp/nomad/issues/4463)] ## 0.8.4 (June 11, 2018)