diff --git a/CHANGELOG.md b/CHANGELOG.md index aec62106699..d8363504e5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 1.4.10 (Sep 2020) + * Fixed a newline handling in @Deprecated annotation in ObjCExport ([KT-39206](https://youtrack.jetbrains.com/issue/KT-39206)) + * Fixed suspend function types in ObjCExport ([KT-40976](https://youtrack.jetbrains.com/issue/KT-40976)) + * Fixed support for unsupported C declarations in cinterop ([KT-39762](https://youtrack.jetbrains.com/issue/KT-39762)) + * Fixed a recursion in Python LLDB bindings ([KT-41291](https://youtrack.jetbrains.com/issue/KT-41291)) + # v1.4.0 (Aug 2020) * Objective-C/Swift interop: * Reworked exception handling ([GH-3822](https://github.com/JetBrains/kotlin-native/pull/3822), [GH-3842](https://github.com/JetBrains/kotlin-native/pull/3842))