Update CHANGELOG.md

This commit is contained in:
jimmylai 2019-10-24 14:56:11 -07:00 committed by Jennifer Taylor
parent 0391905bde
commit fe86b0588d

View file

@ -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