Fix typo in Changelog. (#302)

This commit is contained in:
Niklas Baudy 2017-05-10 13:19:34 +02:00 committed by Jesse Wilson
parent de4c2e782e
commit 10c77d7979

View file

@ -134,7 +134,7 @@ _2015-09-27_
code should keep a reference to required adapters in a field. code should keep a reference to required adapters in a field.
* New: The `Types` factory class makes it possible to compose types like `List<Card>` or * New: The `Types` factory class makes it possible to compose types like `List<Card>` or
`Map<String, Integer>`. This is useful to look up JSON adapters for parameterized types. `Map<String, Integer>`. 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 encountered on the stream. Use this in development and debug builds to detect typos in field
names. This feature shouldnt be used in production because it makes migrations very difficult. names. This feature shouldnt be used in production because it makes migrations very difficult.