From a1941e7b1fd4b720e4a98f4a812f392b4ede4a13 Mon Sep 17 00:00:00 2001 From: Radek Simko Date: Mon, 11 Oct 2021 10:25:58 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ddb84daf..0a0fda2bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ ENHANCEMENTS: - Introduce `module.calls` command ([#632](https://github.com/hashicorp/terraform-ls/pull/632)) - Introduce experimental completion of required fields. You can opt in via [`prefillRequiredFields` option](https://github.com/hashicorp/terraform-ls/blob/v0.23.0/docs/SETTINGS.md#experimentalfeaturesprefillrequiredfields) ([#657](https://github.com/hashicorp/terraform-ls/pull/657)) + - Ignore `.terragrunt-cache` when indexing initialized modules ([#666](https://github.com/hashicorp/terraform-ls/pull/666)) INTERNAL: