From 763accd761b342f2cd74e93b443d52ac5c414bfa Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 6 Jul 2015 15:22:31 -0600 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 17fd56b27..1c3514027 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -60,6 +60,8 @@ BUG FIXES: characters [GH-4815] - communicators/winrm: improve error handling significantly and improve the error messages shown to be more human-friendly. [GH-4943] + - communicators/winrm: remove plaintext passwords from files after + provisioner is complete [GH-5818] - hosts/nfs: allow colons (`:`) in NFS IDs [GH-5222] - guests/darwin: remove dots from LocalHostName [GH-5558] - guests/debian: Halt works properly on Debian 8. [GH-5369]