From fd5c5ee2dfd34140ec6126d4b450f075d20bf0da Mon Sep 17 00:00:00 2001 From: Eric Cochran Date: Sun, 5 Nov 2017 13:57:59 -0800 Subject: [PATCH] Fix a typo in the changelog. (#386) --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1865b4a..63a5a11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -109,7 +109,7 @@ _2016-10-15_ `StackOverflowError` due to excessive recursion. * Fix: Require enclosed types to specify their enclosing type with `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 characters permitted to be escaped may be escaped. Use `JsonReader.setLenient(true)` to read JSON documents that escape characters that should not be escaped.