From 4308af82997298fc051f7f9efaf4866aab60178e Mon Sep 17 00:00:00 2001 From: Radek Simko Date: Mon, 8 Aug 2022 07:04:57 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed58c0bc..62d9c823 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,7 +31,8 @@ BUG FIXES: - handlers/command: Return partially parsed metadata from `module.providers` ([#951](https://github.com/hashicorp/terraform-ls/pull/951)) - fix: Avoid ignoring hidden `*.tfvars` files ([#968](https://github.com/hashicorp/terraform-ls/pull/968)) - - fix: avoid crash on invalid URIs ([#969](https://github.com/hashicorp/terraform-ls/pull/969)) + - fix: Avoid crash on invalid URIs ([#969](https://github.com/hashicorp/terraform-ls/pull/969)) + - fix: Avoid crash on invalid provider name ([#1030](https://github.com/hashicorp/terraform-ls/pull/1030)) INTERNAL: