From fe86b0588de78286dd56bc36e78d28320f38325c Mon Sep 17 00:00:00 2001 From: jimmylai Date: Thu, 24 Oct 2019 14:56:11 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 577b75d2..c37dbf10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ - Added `deep_with_changes` helper method on CSTNode. - Added metadata support to matchers. - - Added ability to get the defining node from a `FunctionScope` or `ClassScope`. + - Added ability to get the defining node from a `LocalScope` (`FunctionScope`, `ClassScope` or `ComprehensionScope`). ## Updated