From 0e3cb41d211e1d2fcb7ed33301f73360b2afa145 Mon Sep 17 00:00:00 2001 From: TSR Berry <20988865+TSRBerry@users.noreply.github.com> Date: Sun, 14 Apr 2024 16:19:56 +0200 Subject: [PATCH] Add changelog entry --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dcae2849..846a3435 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,22 @@ # Rossynt Changelog ## [Unreleased] + +## [231.5.0] - 2024-01-15 +### Added +- Support for .NET 8 and CSharp12 +- Another default path for the dotnet binary which is common on Linux: `/usr/bin/dotnet` + +### Changed +- An exclusion for the `slf4-api` package has been added to the build phase to prevent another `NoClassDefFoundError` +- The plugin files have been updated according to the latest intellij-platform-plugin-template commit +- All the GitHub Action dependencies have been updated +- All the .NET dependencies have been updated (including code changes to make the backend compatible with the new NUnit version) +- All the Java dependencies have been updated + +### Removed +- Support for IDE builds `< 231`, since the plugin verifier found incompatibilities with older versions. + ## [223.4.0] - 2023-02-18 ### Added - Support .NET 7.