Fix a typo in the changelog. (#386)

This commit is contained in:
Eric Cochran
2017-11-05 13:57:59 -08:00
committed by GitHub
parent d6742be404
commit fd5c5ee2df

View File

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