From af50f0e228b5f984f67da9f6d10e13e032412656 Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Wed, 31 Oct 2018 01:07:43 +0000 Subject: [PATCH] changelog: clean up after v0.12.0-alpha2 release --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4dbc392e3..2da5f6e77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ ## 0.12.0-beta1 (Unreleased) + +## 0.12.0-alpha2 (October 30, 2018) + IMPROVEMENTS: * backend/s3: Support `credential_source` if specified in AWS configuration file [GH-19190] @@ -9,6 +12,10 @@ IMPROVEMENTS: BUG FIXES: * lang: Fix crash in `lookup` function [GH-19161] +* Hostnames inside module registry source strings may now contain segments that begin with digits, due to an upstream fix in the IDNA parsing library. [GH-18039] +* helper/schema: Fix panic when null values appear for nested blocks [GH-19201] +* helper/schema: Restore handling of the special "timeouts" block in certain resource types. [GH-19222] +* helper/schema: Restore handling of DiffSuppressFunc and StateFunc. [GH-19226] ## 0.12.0-alpha1 (October 19, 2018)