update CHANGELOG

This commit is contained in:
Mitchell Hashimoto 2017-03-02 11:25:52 -08:00
parent dd8a93ec8d
commit e30604e59d
No known key found for this signature in database
GPG Key ID: 744E147AA52F5B0A
1 changed files with 3 additions and 1 deletions

View File

@ -12,6 +12,8 @@ BACKWARDS INCOMPATIBILITIES / NOTES:
* 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: