From 0568bc3ef1d09b4cebea9ac2d3547c4243b2d7b1 Mon Sep 17 00:00:00 2001 From: Mikhail Zarechenskiy Date: Mon, 13 Mar 2017 21:09:17 +0300 Subject: [PATCH] Add note about JS to the changelog --- ChangeLog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog.md b/ChangeLog.md index e971d59cef4..4a766050ed6 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -35,6 +35,10 @@ - [`KT-16621`](https://youtrack.jetbrains.com/issue/KT-16621) Kotlin compiler doesn't report an error if a class implements Annotation interface but doesn't implement annotationType method - [`KT-16441`](https://youtrack.jetbrains.com/issue/KT-16441) `NoSuchFieldError: $$delegatedProperties` when delegating through `provideDelegate` in companion object +### JavaScript support +- Prohibit function types with receiver as parameter types of external declarations +- Remove extension receiver for function parameters in `jQuery` declarations + ## 1.1 ### Compiler exceptions