From 87187cfd8896453b9f3f2ce8a4b4f41fde6b283b Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Sun, 16 Apr 2017 08:17:30 -0700 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f82688c81..778a70bf0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,8 @@ IMPROVEMENTS: - core: Update internal dependencies [GH-8329, GH-8456] - core/bundler: Warn when plugin require fails instead of generating hard failure [GH-8400, GH-8392] - core/bundler: Error when configured plugin sources are unavailable [GH-8442] - - guest/esxi: Add public_key capability [GH-8310] + - guests/elementary: Add support for new guest "Elementary OS" [GH-8472] + - guests/esxi: Add public_key capability [GH-8310] - provider/docker: Improve IP and port detection [GH-7840, GH-7651] - provider/docker: Do not force docker host VM on Darwin or Windows [GH-8437, GH-7895] - provisioners/ansible_local: Add `pip_args` option to define additional parameters when installing Ansible via pip [GH-8170, GH-8405]