From be67d210e78c1e5dcf6e7388a0880f8fc7f31ee7 Mon Sep 17 00:00:00 2001 From: Pedro Castro Date: Mon, 14 Nov 2022 19:42:46 -0300 Subject: [PATCH] update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f03806f3e..1f0a33575 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ - Remove spacing between type definition in clients that do not support markdown links. https://github.com/rescript-lang/rescript-vscode/pull/619 - Rename custom LSP methods names. https://github.com/rescript-lang/rescript-vscode/pull/611 +- Better performace for Inlay Hints and Codelens. #### :bug: Bug Fix