Update CHANGELOG

This commit is contained in:
Mitchell Hashimoto 2013-09-04 21:25:47 -07:00
parent 302871113a
commit 524499f942
1 changed files with 6 additions and 0 deletions

View File

@ -1,5 +1,11 @@
## 0.3.7 (unreleased)
BACKWARDS INCOMPATIBILITIES:
* The "event_delay" option for the DigitalOcean builder is now gone.
The builder automatically waits for events to go away. Run your templates
through `packer fix` to get rid of these.
IMPROVEMENTS:
* builder/digitalocean: Retry on any pending event errors.