kotlinx-metadata: prepare for release 0.5.0

This commit is contained in:
Alexander Udalov
2022-06-14 00:50:46 +02:00
parent 61652c04e1
commit 2d29f0ad05
+2 -1
View File
@@ -1,7 +1,8 @@
# kotlinx-metadata-jvm
## Next
## 0.5.0
- Update to Kotlin 1.7 with metadata version 1.7, support reading/writing metadata of version 1.8 which will be used in Kotlin 1.8.
- kotlinx-metadata-jvm can no longer be used on JVM 1.6, and now requires JVM 1.8 or later.
- Add `Flag.Type.IS_DEFINITELY_NON_NULL`.
- Add `KmClass.contextReceiverTypes`, `KmFunction.contextReceiverTypes`, `KmProperty.contextReceiverTypes`