From 52b4270952ca41cbe27c75ce4ee4a67318919413 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 4 May 2015 14:01:13 -0700 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index aaf99866f..10396c82d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,6 +31,8 @@ IMPROVEMENTS: migrated back to the upstream version. * core: Improve error message on diff mismatch [GH-1501] * provisioner/file: expand `~` in source path [GH-1569] + * provider/aws: Better retry logic, now retries up to 11 times by default + with exponentional backoff. This number is configurable. [GH-1787] * provider/aws: Improved credential detection [GH-1470] * provider/aws: Can specify a `token` via the config file [GH-1601] * provider/aws: Added new `vpc_security_group_ids` attribute for AWS