diff --git a/ChangeLog.md b/ChangeLog.md index 6e2fd28a652..824c23d1438 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -3,6 +3,20 @@ +## 1.1 + +### Compiler exceptions +- [`KT-16411`](https://youtrack.jetbrains.com/issue/KT-16411) Exception from compiler when try to inline callable reference to class constructor inside object +- [`KT-16412`](https://youtrack.jetbrains.com/issue/KT-16412) Exception from compiler when try call SAM constructor where argument is callable reference to nested class inside object +- [`KT-16413`](https://youtrack.jetbrains.com/issue/KT-16413) When we create sam adapter for java.util.function.Function we add incorrect null-check for argument + +### Standard library +- [`KT-6561`](https://youtrack.jetbrains.com/issue/KT-6561) Drop java.util.Collections package from js stdlib + +### IDE +- [`KT-16329`](https://youtrack.jetbrains.com/issue/KT-16329) Inspection "Calls to staic methods in Java interfaces..." always reports warning undependent of jvm-target + + ## 1.1-RC ### Reflection