Update CHANGELOG for #20561

This commit is contained in:
Mars Hall 2019-04-08 14:52:49 -07:00 committed by Pam Selle
parent 533cbf4c3f
commit 67b9a11fad
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]