Update CHANGELOG.md

This commit is contained in:
Paul Hinze 2015-10-21 10:37:18 -05:00
parent 938b7e2dba
commit 305db7341b
1 changed files with 8 additions and 1 deletions

View File

@ -5,9 +5,16 @@ FEATURES:
* New remote state backend: `etcd` [GH-3487]
* New interpolation functions: `upper` and `lower` [GH-3558]
BUG FIXES:
* core: Fix remote state conflicts caused by ambiguity in ordering of deeply nested modules [GH-3573]
* core: Fix remote state conflicts caused by state metadata differences [GH-3569]
* core: Avoid using http.DefaultClient [GH-3532]
INTERNAL IMPROVEMENTS:
* provider/digitalocean: use official Go client [GH-3333]
* provider/digitalocean: use official Go client [GH-3333]
* core: extract module fetching to external library [GH-3516]
## 0.6.4 (October 15, 2015)