From 43d08505622e0e73f491934a0fb97d945f5e9052 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 19 Aug 2014 13:18:25 -0700 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f1cac98b..7d2351396 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,9 @@ BACKWARDS INCOMPATIBILITIES: * Semicolons are no longer valid at the end of lines * Keys cannot be double-quoted strings: `"foo" = "bar"` is no longer valid. + * JSON style maps `{ "foo": "bar" }` are no longer valid outside of JSON. + Maps must be in the format of `{ foo = "bar" }` (like other objects + in the config) FEATURES: