From 73d8edbc0b59ad84e436da1c4e36fe70c9258725 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A1bio=20Santos?= Date: Tue, 8 Jun 2021 20:08:15 +0100 Subject: [PATCH] update changelog --- changelog.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/changelog.md b/changelog.md index 5983b36..ecdc747 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,15 @@ --- +## [Unreleased] + +### Fixed + +- Filter out arguments to `require()` that aren't valid package name strings. +- Fixed a crash related to `esquery` finding a variable declarator without an `init` field. + +--- + ## [1.9.11] 2021-05-24 ### Fixed