Update changelog for 1.1-M03 release
This commit is contained in:
+8
-4
@@ -8,10 +8,13 @@
|
||||
### New language features
|
||||
|
||||
- [`KT-2964`](https://youtrack.jetbrains.com/issue/KT-2964) Underscores in integer literals
|
||||
(see [KEEP-54](https://github.com/Kotlin/KEEP/pull/54))
|
||||
(see [KEEP](https://github.com/Kotlin/KEEP/blob/master/proposals/underscores-in-numeric-literals.md))
|
||||
- [`KT-3824`](https://youtrack.jetbrains.com/issue/KT-3824) Underscore in lambda for unused parameters
|
||||
(see [KEEP-56](https://github.com/Kotlin/KEEP/pull/56))
|
||||
(see [KEEP](https://github.com/Kotlin/KEEP/blob/master/proposals/underscore-for-unused-parameters.md))
|
||||
- [`KT-2783`](https://youtrack.jetbrains.com/issue/KT-2783) Allow to skip some components in a multi-declaration
|
||||
(see the same [KEEP](https://github.com/Kotlin/KEEP/blob/master/proposals/underscore-for-unused-parameters.md))
|
||||
- [`KT-11551`](https://youtrack.jetbrains.com/issue/KT-11551) limited scope for dsl writers
|
||||
(see [KEEP](https://github.com/Kotlin/KEEP/blob/master/proposals/scope-control-for-implicit-receivers.md))
|
||||
|
||||
### Compiler
|
||||
|
||||
@@ -36,8 +39,7 @@
|
||||
- [`KT-550`](https://youtrack.jetbrains.com/issue/KT-550) Properties without initializer but with get must infer type from getter
|
||||
- [`KT-8816`](https://youtrack.jetbrains.com/issue/KT-8816) Generate Kotlin parameter names in the same form as expected for Java 8 reflection
|
||||
- [`KT-10569`](https://youtrack.jetbrains.com/issue/KT-10569) Cannot iterate over values of an enum class when it is used as a generic parameter
|
||||
(see [KEEP-37](https://github.com/Kotlin/KEEP/pull/37))
|
||||
- [`KT-11551`](https://youtrack.jetbrains.com/issue/KT-11551) limited scope for dsl writers (see [KEEP-38](https://github.com/Kotlin/KEEP/pull/38))
|
||||
(see [KEEP](https://github.com/Kotlin/KEEP/blob/master/proposals/generic-values-and-valueof-for-enums.md))
|
||||
- [`KT-13557`](https://youtrack.jetbrains.com/issue/KT-13557) VerifyError with delegated local variable used in object expression
|
||||
- [`KT-13890`](https://youtrack.jetbrains.com/issue/KT-13890) IllegalAccessError when invoking protected method with default arguments
|
||||
- [`KT-14012`](https://youtrack.jetbrains.com/issue/KT-14012) Back-end (JVM) Internal error every first compilation after the source code change
|
||||
@@ -52,6 +54,7 @@
|
||||
- [`KT-14692`](https://youtrack.jetbrains.com/issue/KT-14692) Change resolution scope for componentX in lambda parameters
|
||||
- [`KT-14824`](https://youtrack.jetbrains.com/issue/KT-14824) Back-end (JVM) Internal error: Couldn't inline method call 'get' into local final fun
|
||||
StorageComponentContainer.<anonymous>(): kotlin.Unit
|
||||
- [`KT-14798`](https://youtrack.jetbrains.com/issue/KT-14798) Gradle 3.2 AssertionError: Built-in class kotlin.ParameterName is not found
|
||||
|
||||
### JS
|
||||
|
||||
@@ -94,6 +97,7 @@
|
||||
- [`KT-14431`](https://youtrack.jetbrains.com/issue/KT-14431) Create quick-fix on UNUSED_PARAMETER/VARIABLE when it can be replaced with one underscore
|
||||
- [`KT-14794`](https://youtrack.jetbrains.com/issue/KT-14794) Add /Specify type/Remove explicit type intentions for property with getters if type
|
||||
can be inferred
|
||||
- [`KT-14752`](https://youtrack.jetbrains.com/issue/KT-14752) Exception while typing @JsName annotation in editor
|
||||
|
||||
## 1.1-M02 (EAP-2)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user