From 31bb8846b8e35125e8b850288e2785bcde1fc956 Mon Sep 17 00:00:00 2001 From: thelooter Date: Fri, 13 Dec 2024 18:26:32 +0100 Subject: [PATCH] chore(changelog): update CHANGELOG.md (#160) --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fdad5f3..1fd919e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,11 @@ - Add code formatting with ktfmt - Add static analysis with detekt - Add tests +- Updated Gradle to v8.11.2 +- Updated pnpm to v9.14.2 +- Updated @types/node to v22.0.1 +- Updated typescript to v5.7.2 +- Updated tsx to v4.19.2 ### Deprecated @@ -17,6 +22,9 @@ ### Fixed - Fixed K2 compatibility warning +- Moved to supported Gradle Action +- Fixed Python icons when python Core plugin is installed +- Fixed Go icons when Go Core plugin is installed ### Security