Merge pull request #20959 from mars/patch-1

Update CHANGELOG for #20561
This commit is contained in:
Pam Selle 2019-04-18 09:18:36 -07:00 committed by GitHub
commit 3f68b12e3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ IMPROVEMENTS:
* backend/remote: Retry calls when the remote backend responds with a server error [GH-20588]
* backend/remote: Check for external updates while waiting for user input [GH-20620]
* config: The `coalesce` function now skips null values [GH-21002]
* backend/pg: Switch pg backend to session-level advisory locking [GH-20561]
* plugin/discover: Parse and display provider warnings from the Terraform Registry [GH-20674]
* plugin/registry: Add friendly error for when registry unresponsive [GH-20853]