You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,14 @@
1
1
2
+
1.7.0 / 2024-06-05
3
+
==================
4
+
5
+
This release contains all of the changes from 1.7.0-RC and is compatible with Kotlin 2.0.
6
+
Please note that for reasons explained in the [1.7.0-RC changelog](https://github.com/Kotlin/kotlinx.serialization/releases/tag/v1.7.0-RC), it may not be possible to use it with the Kotlin 1.9.x
7
+
compiler plugin. Yet, it is still fully backwards compatible with previous versions.
8
+
9
+
The only difference with 1.7.0-RC is that `classDiscriminatorMode` property in `JsonBuilder` is marked as experimental,
10
+
as it should have been when it was introduced (#2680).
0 commit comments