From 7698b6e9e71f3c74076d00aebb724d71bd361088 Mon Sep 17 00:00:00 2001 From: Eric Wassail Date: Wed, 20 Jan 2021 16:12:14 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7ccd597e..4442cd742 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,15 @@ # Changelog ## 0.8.2 + ### Changed -- Model deserialization errors are now and `out` variable not a list you pass in. -- Model deserialization only refreshes type cache if forceTypeReload is set to true. +- The errors parameter for Model.FromJson now has the out modifier. It no longer takes a default value. +- Model deserialization only refreshes type cache if the `forceTypeReload` parameter is set to true. + ### Fixed - Fixed #483 `Deserialization of profiles created in UpdateRepresentation` - Fixed #484 `Failure to deserialize Model if any assembly can't be loaded.` - - ## 0.8.1 ### Added