From 10c77d79794ffde0826233e6fdcf1a4743332c4b Mon Sep 17 00:00:00 2001 From: Niklas Baudy Date: Wed, 10 May 2017 13:19:34 +0200 Subject: [PATCH] Fix typo in Changelog. (#302) --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1de64fc..545449d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -134,7 +134,7 @@ _2015-09-27_ code should keep a reference to required adapters in a field. * New: The `Types` factory class makes it possible to compose types like `List` or `Map`. This is useful to look up JSON adapters for parameterized types. - * New: `JsonAdapter.failOnUnknown()` returns a new JSON adapter that throws if an unknonw value is + * New: `JsonAdapter.failOnUnknown()` returns a new JSON adapter that throws if an unknown value is encountered on the stream. Use this in development and debug builds to detect typos in field names. This feature shouldn’t be used in production because it makes migrations very difficult.