From 3a150d3a93b5d4ed77799220f0de02f43a36129e Mon Sep 17 00:00:00 2001 From: Tim Gross Date: Fri, 18 Sep 2020 09:12:14 -0400 Subject: [PATCH] changelog items for community PRs (#8924) [ci skip] * https://github.com/hashicorp/nomad/pull/8836 * https://github.com/hashicorp/nomad/pull/8921 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d200b832f953..820ee604fef9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ ## 0.13.0 (Unreleased) +IMPROVEMENTS: + * api: Added support for cancellation contexts to HTTP API. [[GH-8836](https://github.com/hashicorp/nomad/issues/8836)] + +BUG FIXES: + + * core: Fixed a bug where blocking queries would not include the query's maximum wait time when calculating whether it was safe to retry. [[GH-8921](https://github.com/hashicorp/nomad/issues/8921)] + ## 0.12.5 (September 17, 2020) BUG FIXES: