Skip to content

Commit 0e3cb41

Browse files
committed
Add changelog entry
1 parent 117479f commit 0e3cb41

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
# Rossynt Changelog
44

55
## [Unreleased]
6+
7+
## [231.5.0] - 2024-01-15
8+
### Added
9+
- Support for .NET 8 and CSharp12
10+
- Another default path for the dotnet binary which is common on Linux: `/usr/bin/dotnet`
11+
12+
### Changed
13+
- An exclusion for the `slf4-api` package has been added to the build phase to prevent another `NoClassDefFoundError`
14+
- The plugin files have been updated according to the latest intellij-platform-plugin-template commit
15+
- All the GitHub Action dependencies have been updated
16+
- All the .NET dependencies have been updated (including code changes to make the backend compatible with the new NUnit version)
17+
- All the Java dependencies have been updated
18+
19+
### Removed
20+
- Support for IDE builds `< 231`, since the plugin verifier found incompatibilities with older versions.
21+
622
## [223.4.0] - 2023-02-18
723
### Added
824
- Support .NET 7.

0 commit comments

Comments
 (0)