Update CHANGELOG.md

This commit is contained in:
Martin Atkins 2017-09-29 14:06:13 -07:00 committed by GitHub
parent 34956cd124
commit 4e04e4cfdd
1 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,10 @@
## 0.10.7 (Unreleased)
NEW FEATURES:
* Provider plugins can now optionally be cached in a shared directory to avoid re-downloading them for each configuration working directory. For more information, see [the documentation](https://github.com/hashicorp/terraform/blob/34956cd12449cb77db3f55e3286cd369e8332eeb/website/docs/configuration/providers.html.md#provider-plugin-cache). [GH-16000]
IMPROVEMENTS:
* config: New `abs` interpolation function, returning the absolute value of a number [GH-16168]