mirror of
https://github.com/fankes/moshi.git
synced 2025-10-20 00:19:21 +08:00
Merge pull request #204 from serj-lotutovici/sl/changelog_nits
Fix small changelog nit.
This commit is contained in:
@@ -5,7 +5,7 @@ Change Log
|
|||||||
|
|
||||||
_2016-10-15_
|
_2016-10-15_
|
||||||
|
|
||||||
* New: Permit `@ToJson` and `@FromJson` methods to take any number of `JsonReader` parameters to
|
* New: Permit `@ToJson` and `@FromJson` methods to take any number of `JsonAdapter` parameters to
|
||||||
delegate to. This is supported for `@ToJson` methods that take a `JsonWriter` and `@FromJson`
|
delegate to. This is supported for `@ToJson` methods that take a `JsonWriter` and `@FromJson`
|
||||||
methods that take a `JsonReader`.
|
methods that take a `JsonReader`.
|
||||||
* New: Throw `JsonEncodingException` when the incoming data is not valid JSON. Use this to
|
* New: Throw `JsonEncodingException` when the incoming data is not valid JSON. Use this to
|
||||||
|
Reference in New Issue
Block a user