update CHANGELOG

This commit is contained in:
Mitchell Hashimoto 2016-11-15 15:36:09 -08:00
parent 20e3ae3aa7
commit db49d52889
No known key found for this signature in database
GPG Key ID: 744E147AA52F5B0A
1 changed files with 10 additions and 0 deletions

View File

@ -2,6 +2,16 @@
BASED ON: 0.7.11 (includes any changes up to that point as well)
**Please read prior beta notes, as those are also included. The 0.8 changes
will be coalesced for a 0.8 final, but will remain separate for the pre-release
period.**
BACKWARDS INCOMPATIBILITIES / NOTES:
* Math operators now follow the standard order of operations: *, /, % followed
by +, -. See the updated interpolation docs for more information. You can
continue to force ordering with parentheses.
FEATURES:
* **New command:** `terraform console`, an interactive console for experimenting