Update CHANGELOG.md

This commit is contained in:
Martin Atkins 2019-01-17 10:03:30 -08:00 committed by GitHub
parent 2f8f7d6f4d
commit 6ab15a80a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@ BACKWARDS INCOMPATIBILITIES / NOTES:
IMPROVEMENTS:
* config: New set-theory functions `sethaselement`, `setunion`, `setintersection`, and `setproduct` for working with set values.
* config: New type conversion functions `tostring`, `tonumber`, `tobool`, `tolist`, `toset`, and `tomap`. Explicit conversions are rarely required but occasionally useful; use these functions only when necessary.
* plugins: Plugin RPC connection is now authenticated [GH-19629]
* backend/azurerm: Support for authenticating using the Azure CLI [GH-19465]
* backend/remote: Return detailed version (in)compatibility information [GH-19659]