From 0a9d6ef964cb88eef6d96ffb627fd04ffb149198 Mon Sep 17 00:00:00 2001 From: Anees Iqbal Date: Fri, 4 Oct 2024 20:50:33 +0400 Subject: [PATCH] :memo: Document upcoming changes --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bedf54c..84b8c3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ + +# v3.0.0 + +- Change the lookup order of the configuration files (it looks for specific paths before general paths.) + Use `--debug-print-search-paths` to see the paths it will look for the configuration files. + # v2.0.0 - Move dependencies to devDependencies since they are already bundled