mirror of
https://github.com/fankes/moshi.git
synced 2025-12-12 23:21:01 +08:00
Prepare version 1.9.3
(cherry picked from commit c7d0766c03842a411d52d691de343dd4f874f1d7)
This commit is contained in:
10
CHANGELOG.md
10
CHANGELOG.md
@@ -1,6 +1,16 @@
|
||||
Change Log
|
||||
==========
|
||||
|
||||
## Version 1.9.3
|
||||
|
||||
_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: 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: 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`.
|
||||
|
||||
|
||||
## Version 1.9.2
|
||||
|
||||
_2019-11-17_
|
||||
|
||||
Reference in New Issue
Block a user