From 6ab15a80a4f48971c79ec98b0d858b4daa5ad3a5 Mon Sep 17 00:00:00 2001 From: Martin Atkins Date: Thu, 17 Jan 2019 10:03:30 -0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b5acc080..bf722309e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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]