From 764fdaa466d962e879e0530fde65fcc4b581e0bf Mon Sep 17 00:00:00 2001 From: Michael Schurter Date: Wed, 13 Sep 2017 16:56:12 -0700 Subject: [PATCH] Bad rebasing killed bug fixes in changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ae5b0b0c409..27b5b87a0cae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ IMPROVEMENTS: * discovery: Allow restarting unhealthy tasks with `check_restart` [GH-3105] * telemetry: Add support for tagged metrics for Nomad clients [GH-3147] +BUG FIXES: + * api: Fix search handling of jobs with more than four hyphens and case were + length could cause lookup error [GH-3203] + * core: Fix restoration of stopped periodic jobs [GH-3201] + ## 0.6.3 (September 11, 2017) BUG FIXES: