Update releasenotes.md

This commit is contained in:
James Hamilton
2024-04-19 09:50:00 +02:00
committed by GitHub
parent 76b2921738
commit 38de2e42b2

View File

@@ -1,5 +1,9 @@
## Version 7.4.3
### Java support
- Add support for Java 22. (#387)
### Bugfixes
- Prevent unwanted name collision leading to missing methods in Kotlin DefaultImpls classes.