Skip to content

Commit

Permalink
Add changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
TSRBerry committed Apr 14, 2024
1 parent 117479f commit 0e3cb41
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 0e3cb41

Please sign in to comment.