update changelog

This commit is contained in:
Matthew Hooker 2017-10-13 19:12:14 -07:00
parent 04ed639750
commit 986bded9d0
No known key found for this signature in database
GPG Key ID: 7B5F933D9CE8C6A1
1 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
## (UNRELEASED)
## 1.1.0 (October 13, 2017)
### IMPROVEMENTS:
@ -26,7 +28,7 @@
* builder/virtualbox-ovf: Add `keep_registered` option. [GH-5336]
* builder/vmware: Add `disable_vnc` option to prevent VNC connections from
being made. [GH-5436]
* core: releases will now be build for ppc64le
* core: Releases will now be built for ppc64le.
* post-processor/vagrant: When building from a builder/hyper-v artifact, link
instead of copy when available. [GH-5207]