kotlinx-metadata-jvm: remove bytecodeVersion from write methods

Bytecode version has never been used meaningfully in Kotlin, and will be
removed in a future release, so there's no point in using it. See
KT-41758.
This commit is contained in:
Alexander Udalov
2020-10-13 09:27:29 +02:00
parent 90d66b0ba5
commit 5d7d9beb0d
2 changed files with 11 additions and 21 deletions
@@ -2,6 +2,7 @@
## 0.1.1
- Breaking change: `KotlinClassMetadata.*.Writer.write` no longer accept `bytecodeVersion`.
- [`KT-42429`](https://youtrack.jetbrains.com/issue/KT-42429) Wrong interpretation of Flag.Constructor.IS_PRIMARY
- Breaking change: `Flag.Constructor.IS_PRIMARY` is deprecated, use `Flag.Constructor.IS_SECONDARY` instead
- [`KT-37421`](https://youtrack.jetbrains.com/issue/KT-37421) Add Flag.Class.IS_FUN for functional interfaces