update CHANGELOG

This commit is contained in:
Mitchell Hashimoto 2015-03-04 20:12:46 -08:00
parent f0f799241a
commit 156109376f
1 changed files with 7 additions and 0 deletions

View File

@ -1,5 +1,12 @@
## 0.4.0 (unreleased)
BACKWARDS INCOMPATIBILITIES:
* Commands `terraform push` and `terraform pull` are now nested under
the `remote` command: `terraform remote push` and `terraform remote pull`.
The old `remote` functionality is now at `terraform remote config`. This
consolidates all remote state management under one command.
FEATURES:
* **New provider: `dme` (DNSMadeEasy)** [GH-855]