From db49d5288926b4e945d0e90714c6ef69bdd60c7e Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 15 Nov 2016 15:36:09 -0800 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5803ed2d..1a0db280a 100644 --- a/CHANGELOG.md +++ b/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