From 6db0e0ddfb69c4dc2f83cd50b032c275669ddbd1 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Wed, 18 Nov 2015 11:32:38 -0800 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04d858278..451603fd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -42,6 +42,8 @@ BUG FIXES: value in the generated inventory [GH-6209] - provisioners/ansible: don't show the `ansible-playbook` command when verbose option is an empty string + - provisioners/puppet: apply provisioner uses correct default manifests + with environments. [GH-5987] - core: only append `access_token` when it does not exist in the URL [GH-6395, GH-6534]