From e6795556f34f416b5ce56c336002cb4aa93c64f1 Mon Sep 17 00:00:00 2001 From: Pam Selle Date: Tue, 1 Oct 2019 14:33:51 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83b76d048..87f594395 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ ENHANCEMENTS: * config: New function `parseint` for parsing strings containing digits as integers in various bases. [GH-22747] * config: New function `cidrsubnets`, which is a companion to the existing function `cidrsubnet` which can allocate multiple consecutive subnet prefixes (possibly of different prefix lengths) in a single call. [GH-22858] * backend/google: The GCS backend now supports OAuth2 token authentication. [GH-21772] +* provisioner/habitat: Multiple updates and fixes, see PR for details [GH-22705] BUG FIXES: