From 63056edbd9b21a26e5285824324d8a72dd4e1a98 Mon Sep 17 00:00:00 2001 From: nissy-dev Date: Mon, 10 Jul 2023 17:56:40 +0900 Subject: [PATCH] docs: update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd5fdcb4c30..00f9aa6c229 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -266,6 +266,10 @@ if no error diagnostics are emitted. This rule's code action emits an invalid AST, so I fixed using JsxString instead of JsStringLiteral +- Fix [noUndeclaredVariables](https://docs.rome.tools/lint/rules/noundeclaredvariables/)'s false positive diagnostics ([#4675](https://github.com/rome/tools/issues/4675)) + + The semantic analyzer no longer handles `this` reference identifier in the semantic analyzer. + ### Parser - Add support for decorators in class method parameters, example: