Update CHANGELOG.md

This commit is contained in:
Martin Atkins 2018-02-26 10:55:45 -08:00 committed by GitHub
parent 07a20365de
commit fe3a5f100d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
IMPROVEMENTS:
* cli: `terraform state list` now accepts a new argument `-id=...` for filtering resources for display by their remote ids [GH-17221]
* core: https URLs are now supported in the HTTP_PROXY environment variable [go1.10:net/http](https://golang.org/doc/go1.10#net/http)
* connection/ssh: Add support for host key verifiation [GH-17354]
* backend/s3: add support for the cn-northwest-1 region [GH-17216]