Add note about JS to the changelog

This commit is contained in:
Mikhail Zarechenskiy
2017-03-13 21:09:17 +03:00
parent fd80c0d1d1
commit 0568bc3ef1
+4
View File
@@ -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