Update CHANGELOG

This commit is contained in:
Mitchell Hashimoto 2014-10-27 17:01:52 -07:00
parent 8cdb686505
commit 2d71bebe08
1 changed files with 2 additions and 0 deletions

View File

@ -29,6 +29,8 @@ BUG FIXES:
* builder/qmeu: Use `pc` as default machine type instead of `pc-1.0`.
* providers/aws: Ignore transient network errors. [GH-1579]
* provisioner/ansible: Don't buffer output so output streams in. [GH-1585]
* provisioner/ansible: Use inventory file always to avoid potentially
deprecated feature. [GH-1562]
* provisioner/shell: Quote environmental variables. [GH-1568]
* provisioner/salt: Bootstrap over SSL. [GH-1608]
* post-processors/docker-push: Work with docker-tag artifacts. [GH-1526]