mirror of
https://github.com/fankes/moshi.git
synced 2025-10-20 16:39:22 +08:00
Merge pull request #1161 from ZacSweers/patch-3
Fix typo in 1.9.3 changelog notes
This commit is contained in:
@@ -7,7 +7,7 @@ _2020-06-11_
|
|||||||
|
|
||||||
* Fix: Tweak a shrinker rule to mitigate an R8 bug which was causing classes unrelated to the Kotlin adpater code generation to be retained.
|
* Fix: Tweak a shrinker rule to mitigate an R8 bug which was causing classes unrelated to the Kotlin adpater code generation to be retained.
|
||||||
* Fix: Ensure that the Kotlin adapter code generation does not line wrap in the middle of a string if your JSON keys contain spaces.
|
* Fix: Ensure that the Kotlin adapter code generation does not line wrap in the middle of a string if your JSON keys contain spaces.
|
||||||
* Fix: Strip type anotations before emitting type references like `Foo::class` in the Kotlin adapter code generation.
|
* Fix: Strip type annotations before emitting type references like `Foo::class` in the Kotlin adapter code generation.
|
||||||
* Fix: Separate the runtime check for Kotlin's `DefaultConstructorMarker` from the check for `Metadata`. A shrinker may have removed `Metadata` and we should still check for `DefaultConstructorMarker`.
|
* Fix: Separate the runtime check for Kotlin's `DefaultConstructorMarker` from the check for `Metadata`. A shrinker may have removed `Metadata` and we should still check for `DefaultConstructorMarker`.
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user