Skip to content

Commit

Permalink
Changelog for 1.0.5-2
Browse files Browse the repository at this point in the history
  • Loading branch information
yole committed Nov 15, 2016
1 parent 2d1a380 commit 69c23bf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
<!-- Find: ([^\`/\[])(KT-\d+) -->
<!-- Replace: $1[`$2`](https://youtrack.jetbrains.com/issue/$2) -->

## 1.0.5-2

- Fixed compatibility with Android Studio 2.3 Canary
- [`KT-14751`](https://youtrack.jetbrains.com/issue/KT-14751) Fixed inability to resolve references to Java classes with type annotations on inner class or enum constructor parameters
- [`KT-14752`](https://youtrack.jetbrains.com/issue/KT-14752) Fixed error when analyzing incomplete `@JsName` annotation
- [`KT-14724`](https://youtrack.jetbrains.com/issue/KT-14724) Kotlin code compiled to JavaScript with Gradle calls `main` function by default

## 1.0.5

### Compiler
Expand Down

0 comments on commit 69c23bf

Please sign in to comment.