From 072d64dd80a863889ffc27013f036a9cdb3cc4f0 Mon Sep 17 00:00:00 2001 From: Preetha Appan Date: Fri, 4 May 2018 10:18:27 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 572635feb..fde262d2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ IMPROVEMENTS: BUG FIXES: * core: Fix panic proxying node connections when the server does not have a connection to the node [[GH-4231](https://github.com/hashicorp/nomad/issues/4231)] + * core: Fix bug with not updating ModifyIndex of allocations after updates to + the `NextAllocation` field [[GH-4250](https://github.com/hashicorp/nomad/issues/4250)] ## 0.8.2 (April 26, 2018)