From 790c973320f88da2b053b497f802b64e267426d6 Mon Sep 17 00:00:00 2001 From: Martin Atkins Date: Fri, 16 Jun 2017 15:14:18 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 757150986..7aba25f41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,7 +19,8 @@ IMPROVEMENTS: BUG FIXES: -* provisioner/chef: Prevent a panic while trying to read the connection info [GH-15271 +* config: Interpolation function `cidrhost` was not correctly calcluating host addresses under IPv6 CIDR prefixes [GH-15321] +* provisioner/chef: Prevent a panic while trying to read the connection info [GH-15271] * provisioner/file: Refactor the provisioner validation function to prevent false positives [GH-15273] ## 0.9.8 (June 7, 2017)