Fix small changelog nit.

This commit is contained in:
Serj Lotutovici
2016-10-17 15:26:57 +02:00
parent 4ff50c47ac
commit c35756cfa6

View File

@@ -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