update CHANGELOG

This commit is contained in:
Mitchell Hashimoto 2015-06-14 10:53:03 -07:00
parent ccf20568a7
commit cf570a71dc
1 changed files with 3 additions and 0 deletions

View File

@ -15,6 +15,9 @@ FEATURES:
* **WinRM:** You can now connect via WinRM with almost every builder.
See the docs for more info. [GH-2239]
* **Windows AWS Support:** Windows AMIs can now be built without any
external plugins: Packer will start a Windows instance, get the
admin password, and can use WinRM (above) to connect through. [GH-2240]
* **Disable SSH:** Set `communicator` to "none" in any builder to disable SSH
connections. Note that provisioners won't work if this is done. [GH-1591]
* **SSH Agent Forwarding:** SSH Agent Forwarding will now be enabled