From 99c87451301a116bad3caf9c7d702c639951a349 Mon Sep 17 00:00:00 2001 From: Zac Sweers Date: Thu, 27 Aug 2020 03:22:21 -0400 Subject: [PATCH] Add missing 1.10 bits to changelog Some were cherrypicked to 1.9.3, this adds (I think) everything else that's fixed or new in 1.10 --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc9f52e..dbb40e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,12 @@ _2020-08-26_ * New: `Options.strings()`. * New: `PolymorphicJsonAdapterFactory.withFallbackJsonAdapter()` makes it possible to handle unrecognized types when encoding and decoding. - + * New: Add `JsonWriter.jsonValue` API + * New: Code gen now generates precise proguard rules on-the-fly. + * New: Improve error when incorrectly trying to use a collection class like `ArrayList` instead of `List` + * Fix: Prevent R8 from keeping all `@Metadata` annotations + * Fix: Avoid VerifyErrors on Android 4.4 devices when using R8 + * Fix: Fix resolution of types in superclass settable properties ## Version 1.9.3