From 7deaab9cbd635210c753f3cc733cfc720117b86f Mon Sep 17 00:00:00 2001 From: Margarita Bobova Date: Tue, 1 Nov 2022 12:48:56 +0100 Subject: [PATCH] Edit changelog for 1.7.21 --- ChangeLog.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index d17142d2631b4..ac218c8a6f749 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -11,7 +11,9 @@ - [`KT-53146`](https://youtrack.jetbrains.com/issue/KT-53146) JVM IR: unnecessary checkcast of null leads to NoClassDefFoundError if the type isn't available at runtime - [`KT-54600`](https://youtrack.jetbrains.com/issue/KT-54600) NPE on passing nullable Kotlin lambda as Java's generic SAM interface with `super` type bound - [`KT-54707`](https://youtrack.jetbrains.com/issue/KT-54707) "VerifyError: Bad type on operand stack" in inline call chain on a nullable array value -- +- [`KT-54650`](https://youtrack.jetbrains.com/issue/KT-54650) Binary incompatible ABI change in Kotlin 1.7.20 + + ### Native. Runtime. Memory - [`KT-54498`](https://youtrack.jetbrains.com/issue/KT-54498) Deprecation message of 'FreezingIsDeprecated' is not really helpful