Update CHANGELOG

This commit is contained in:
Mitchell Hashimoto 2014-08-19 13:18:25 -07:00
parent 551d4980b9
commit 43d0850562
1 changed files with 3 additions and 0 deletions

View File

@ -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: