Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wynged authored Jan 20, 2021
1 parent 2f62b42 commit 7698b6e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 7698b6e

Please sign in to comment.