Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Schahen committed Jun 26, 2020
1 parent ab88d92 commit 639a462
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
# Changelog

### [0.5.4] - 26'June 2020
- [#316](https://github.com/Kotlin/dukat/issues/316) Vararg param is mistakenly resolved as overriding
- [#315](https://github.com/Kotlin/dukat/issues/315) Imported entities name clash lead to override errors
- [#269](https://github.com/Kotlin/dukat/issues/269) Child interface should redeclare ambiguous parent member

### [0.5.3] - 20'June 2020
- [#309](https://github.com/Kotlin/dukat/issues/309) Unresolved property expressions in constructor params
- [#313](https://github.com/Kotlin/dukat/issues/313) Set primary constructor only when there's a single constructor
- [#310](https://github.com/Kotlin/dukat/issues/310) Regenerated setter causes invalid override
- [#311](https://github.com/Kotlin/dukat/issues/311) Narrow types in setter whenever it makes sense


### [0.5.2] - 13'June 2020
Minor release dedicated to reducing the number of conflicting overloads.
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ gradle.ext {
npmVersion = "6.13.4"
yarnVersion = "1.17.3"
defaultTsVersion = "3.5.3"
defaultNpmPackageVersion = "0.5.3"
defaultNpmPackageVersion = "0.5.4"
kotlinSerializationRuntimeVersion = "0.20.0"
antlr4_version = "4.7.1"
protobufGradlePluginVersion = "0.8.10"
Expand Down

0 comments on commit 639a462

Please sign in to comment.