From c9e0ada0754cb31876b95c8649c7536700e9691e Mon Sep 17 00:00:00 2001 From: Paul Hinze Date: Thu, 7 May 2015 18:31:22 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7975fe0736..6bc16eea1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,8 @@ FEATURES: retry attempts is also configurable. * **Templates**: A new `template_file` resource allows long strings needing variable interpolation to be moved into files. [GH-1778] + * **Provision with WinRM**: Provisioners can now run remote commands on + Windows hosts. [GH-1483] IMPROVEMENTS: