From 49e1c0aa3dab3f3e4466aa382b718bf0ed3790f7 Mon Sep 17 00:00:00 2001 From: Hannes Lerchl Date: Wed, 11 Oct 2023 22:20:39 +0200 Subject: [PATCH] Added CHANGELOG entry for the upcoming fix (required for test suite) --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d852aac..1c105f4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/). - fix "additionalEditorconfig not supported until ktlint 0.49" warning [#712](https://github.com/JLLeitschuh/ktlint-gradle/pull/712) - update latest version text file manually [#709](https://github.com/JLLeitschuh/ktlint-gradle/pull/709) - Improve error logging [#711](https://github.com/JLLeitschuh/ktlint-gradle/pull/711) +- Fixed a case, when -on Windows- an exclude filter is ignored [#715](https://github.com/JLLeitschuh/ktlint-gradle/pull/715) ## [11.6.0] - 2023-09-18