Skip to content

Commit afd6e0d

Browse files
committed
Change log for 1.1 (release)
1 parent 85129ee commit afd6e0d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

ChangeLog.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
33
<!-- Find: ([^\`/\[])(KT-\d+) -->
44
<!-- Replace: $1[`$2`](https://youtrack.jetbrains.com/issue/$2) -->
55

6+
## 1.1
7+
8+
### Compiler exceptions
9+
- [`KT-16411`](https://youtrack.jetbrains.com/issue/KT-16411) Exception from compiler when try to inline callable reference to class constructor inside object
10+
- [`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
11+
- [`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
12+
13+
### Standard library
14+
- [`KT-6561`](https://youtrack.jetbrains.com/issue/KT-6561) Drop java.util.Collections package from js stdlib
15+
16+
### IDE
17+
- [`KT-16329`](https://youtrack.jetbrains.com/issue/KT-16329) Inspection "Calls to staic methods in Java interfaces..." always reports warning undependent of jvm-target
18+
19+
620
## 1.1-RC
721

822
### Reflection

0 commit comments

Comments
 (0)