From 9844b9a7339bb15965f33c52c0e03a3c816f912a Mon Sep 17 00:00:00 2001 From: SimonHauck Date: Sun, 19 Jan 2025 19:58:31 +0100 Subject: [PATCH] #292 Update changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 246cc72..59ce810 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ Please add your entries according to this format. ## Unreleased - Add tasks `ktfmtCheckScripts` and `ktfmtFormatScripts` to check and format the `.kts` files in the project folder. +- Remove transitive ktfmt dependencies from the plugin to avoid conflicts with the project dependencies. +- Change output format of ktfmtCheck task +- Add output file for ktfmtFormat task - Kotlin to 2.1.0 - Gradle to 8.12