Update CHANGELOG.md
This commit is contained in:
parent
04975827ac
commit
bda7f49492
15
CHANGELOG.md
15
CHANGELOG.md
|
@ -1,9 +1,24 @@
|
|||
## 0.2.0 (unreleased)
|
||||
|
||||
BACKWARDS INCOMPATIBILITIES:
|
||||
|
||||
* We've replaced the configuration language in use from a C library to
|
||||
a pure-Go reimplementation. In the process, we removed some features
|
||||
of the language since it was too flexible:
|
||||
* Semicolons are no longer valid at the end of lines
|
||||
* Keys cannot be double-quoted strings: `"foo" = "bar"` is no longer
|
||||
valid.
|
||||
|
||||
BUG FIXES:
|
||||
|
||||
* core: Variables are validated to not contain interpolations. [GH-180]
|
||||
|
||||
PLUGIN CHANGES:
|
||||
|
||||
* **New Package:** `helper/schema`. This introduces a high-level framework
|
||||
for easily writing new providers and resources. The Heroku provider has
|
||||
been converted to this as an example.
|
||||
|
||||
## 0.1.1 (August 5, 2014)
|
||||
|
||||
FEATURES:
|
||||
|
|
Loading…
Reference in New Issue