From 64013442347c7326120a5c859c3499083d0a419a Mon Sep 17 00:00:00 2001 From: James Nugent Date: Mon, 16 May 2016 16:49:48 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb88960b27..54b72aa050 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ BACKWARDS INCOMPATIBILITIES / NOTES: FEATURES: * **New command:** `terraform state` to provide access to a variety of state manipulation functions [GH-5811] + * core: Data Resources are now supported. Values are refreshed, and available during the planning stage [GH-6598] * core: Lists and maps can now be used as first class types for variables, and may be passed between modules [GH-6322] IMPROVEMENTS: