From e30604e59d3c88a5b6235488670ebf8fb9c7f18b Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 2 Mar 2017 11:25:52 -0800 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ff88073e..57303f004 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,8 +10,10 @@ BACKWARDS INCOMPATIBILITIES / NOTES: * provider/azurerm: sql_server `administrator_login_password` now marked as sensitive * provider/google: storage buckets have been updated with the new storage classes. The old classes will continue working as before, but should be migrated as soon as possible, as there's no guarantee they'll continue working forever. [GH-12044] * provider/dnsimple: Provider has been upgraded to APIv2 therefore, you will need to use the APIv2 auth token - + FEATURES: + + * **State Environments:** You can now create named "environments" for states. This allows you to manage distinct infrastructure resources from the same configuration. * helper/schema: Added Timeouts to allow Provider/Resource developers to expose configurable timeouts for actions [GH-12311] IMPROVEMENTS: