mirror of
https://github.com/fankes/moshi.git
synced 2025-12-13 01:21:01 +08:00
Fix a typo in the changelog. (#386)
This commit is contained in:
@@ -109,7 +109,7 @@ _2016-10-15_
|
|||||||
`StackOverflowError` due to excessive recursion.
|
`StackOverflowError` due to excessive recursion.
|
||||||
* Fix: Require enclosed types to specify their enclosing type with
|
* Fix: Require enclosed types to specify their enclosing type with
|
||||||
`Types.newParameterizedTypeWithOwner()`. Previously this API did not exist and looking up
|
`Types.newParameterizedTypeWithOwner()`. Previously this API did not exist and looking up
|
||||||
adapters for enclosed parameterized types as not possible.
|
adapters for enclosed parameterized types was not possible.
|
||||||
* Fix: Fail on invalid escapes. Previously any character could be escaped. With this fix only
|
* Fix: Fail on invalid escapes. Previously any character could be escaped. With this fix only
|
||||||
characters permitted to be escaped may be escaped. Use `JsonReader.setLenient(true)` to read
|
characters permitted to be escaped may be escaped. Use `JsonReader.setLenient(true)` to read
|
||||||
JSON documents that escape characters that should not be escaped.
|
JSON documents that escape characters that should not be escaped.
|
||||||
|
|||||||
Reference in New Issue
Block a user