From f1c8b555abe787eea375c87893be659e9237e039 Mon Sep 17 00:00:00 2001 From: Paul Hinze Date: Thu, 7 May 2015 08:34:39 -0500 Subject: [PATCH] Update CHANGELOG.md #1778 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7eb2a9a04d..aaea856bf6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,8 @@ FEATURES: * **Automatic AWS retries**: This release includes a lot of improvement around automatic retries of transient errors in AWS. The number of retry attempts is also configurable. + * **Templates**: A new `template_file` resource allows long strings needing + variable interpolation to be moved into files. [GH-1778] IMPROVEMENTS: