update changelog

This commit is contained in:
Mitchell Hashimoto 2013-11-18 15:49:34 -08:00
parent 7472507962
commit 508cf7e840
1 changed files with 2 additions and 1 deletions

View File

@ -11,11 +11,12 @@ FEATURES:
IMPROVEMENTS: IMPROVEMENTS:
* Vagrant post-processor skips gzip compression when compression_level=0
* builder/amazon/all: Can now specify a list of multiple security group * builder/amazon/all: Can now specify a list of multiple security group
IDs to apply. [GH-499] IDs to apply. [GH-499]
* builder/amazon/all: AWS API requests are now retried when a temporary * builder/amazon/all: AWS API requests are now retried when a temporary
network error occurs as well as 500 errors. [GH-559] network error occurs as well as 500 errors. [GH-559]
* post-processor/vagrant: skips gzip compression when compression_level=0
* provisioner/chef-solo: Encrypted data bag support [GH-625]
BUG FIXES: BUG FIXES: