Skip to content

Commit 9e50a23

Browse files
authored
Add change log for 1.4.32
1 parent 9962ff5 commit 9e50a23

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

ChangeLog.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# CHANGELOG
22

3+
## 1.4.32
4+
5+
### IDE
6+
7+
- [`KT-43824`](https://youtrack.jetbrains.com/issue/KT-43824) KtLightClassForSourceDeclaration#isInheritor works in a different way than java implementation
8+
- [`KT-45287`](https://youtrack.jetbrains.com/issue/KT-45287) LightClasses: `KtLightSimpleModifierList` is no more a parent of `KtLightAnnotationForSourceEntry`
9+
- [`KT-45291`](https://youtrack.jetbrains.com/issue/KT-45291) LightClasses: can't get annotations for constructor val-parameter
10+
- [`KT-45417`](https://youtrack.jetbrains.com/issue/KT-45417) ULC leakage of primitive type annotations
11+
12+
### Tools. CLI
13+
14+
- [`KT-44758`](https://youtrack.jetbrains.com/issue/KT-44758) kotlin-compiler-embeddable dependency includes unshaded `fastutil` package
15+
- [`KT-45007`](https://youtrack.jetbrains.com/issue/KT-45007) Concurrent Kotlin script compilation/execution results in NullPointerException in KeyedExtensionCollector.getPoint()
16+
17+
318
## 1.4.31
419

520

@@ -2861,4 +2876,4 @@
28612876
### [ChangeLog-1.3.X](ChangeLog-1.3.X.md)
28622877
### [ChangeLog-1.2.X](ChangeLog-1.2.X.md)
28632878
### [ChangeLog-1.1.X](ChangeLog-1.1.X.md)
2864-
### [ChangeLog-1.0.X](ChangeLog-1.0.X.md)
2879+
### [ChangeLog-1.0.X](ChangeLog-1.0.X.md)

0 commit comments

Comments
 (0)