update CHANGELOG
This commit is contained in:
parent
20e3ae3aa7
commit
db49d52889
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue