diff --git a/CHANGELOG.md b/CHANGELOG.md index e3c9b0b6d003..c5d004891fbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,10 @@ BUG FIXES: * core: Fix panic when doing a node drain effecting a job that has an allocation that was on a node that no longer exists [[GH-4215](https://github.com/hashicorp/nomad/issues/4215)] - * driver/exec: Create process group for Windows process and send Ctrl-Break signal on Shutdown [[GH-4153](https://github.com/hashicorp/nomad/pull/4153)] + * client: Populate access time and modify time when unarchiving tar archives + that do not specify them explicitly [[GH-4217](https://github.com/hashicorp/nomad/issues/4217)] + * driver/exec: Create process group for Windows process and send Ctrl-Break + signal on Shutdown [[GH-4153](https://github.com/hashicorp/nomad/pull/4153)] * ui: Alloc stats will continue to poll after a request errors or returns an invalid response [[GH-4195](https://github.com/hashicorp/nomad/pull/4195)] ## 0.8.1 (April 17, 2018)