Skip to content

Commit 5736f14

Browse files
committed
Add changelog entry
1 parent 117479f commit 5736f14

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

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

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

0 commit comments

Comments
 (0)