From 1a4d7437090135841affb34fdb7155d4f1bb8b63 Mon Sep 17 00:00:00 2001 From: Artyom Shendrik Date: Sun, 24 Dec 2023 18:13:15 +0100 Subject: [PATCH] docs(changelog): improve v0.4.0 changelog text a bit Signed-off-by: Artyom Shendrik --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43384fb8..612504ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,17 +20,17 @@ ### Fixed - correct search for non-available extensions, handle more edge-cases overall. - correct setup for the Binary Compatibility Validator. -- configure Gradle plugin eagerly to avoid issues with composite builds. +- configure the Gradle plugin eagerly to avoid issues with composite builds. - fix release workflow permissions. ### Changed - log all configured dependencies. -- cleanup code, fix some detekt warnings. -- use plugin to configure and build itself. +- cleanup code, fix some Detekt warnings. +- use the plugin to configure and build itself. ### Updated - build-config gradle plugin 5.1.0 -- ktlint 1.1.0 +- KtLint 1.1.0 ## [0.3.0] - 2023-12-15