From 689264a4ba51b062a51b38c3816b8a0bae1d33d1 Mon Sep 17 00:00:00 2001 From: Max Komarychev Date: Fri, 17 Apr 2020 22:56:06 +0300 Subject: [PATCH] wip --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 381a23ff1c..b82748d2cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ This project adheres to [Semantic Versioning](http://semver.org/). This change log adheres to standards from [Keep a CHANGELOG](http://keepachangelog.com). ## [Unreleased] + +### Added + +- [`no-unused-modules`]: support dynamic imports ([#1660], thanks [@maxkomarychev]) + ### Fixed - [`order`]: fix `isExternalModule` detect on windows ([#1651], thanks [@fisker]) - [`order`]: recognize ".." as a "parent" path ([#1658], thanks [@golopot])