From a1c44c0fb47a7d53a99ed08ba27780469cee9296 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 28 Apr 2015 20:38:15 -0700 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 879037a047..6c853f513f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ IMPROVEMENTS: * **New config function: `length`** - Get the length of a string or a list. Useful in conjunction with `split`. [GH-1495] * **New resource: `aws_app_cookie_stickiness_policy`** + * **New resource: `aws_ebs_volume`** * **New resource: `aws_lb_cookie_stickiness_policy`** * core: Improve error message on diff mismatch [GH-1501] * provisioner/file: expand `~` in source path [GH-1569]