fix: Fixed threading exception in TypeExtensions

This commit is contained in:
Chris Cameron
2019-05-28 09:52:06 -04:00
parent a6fbd5a6d2
commit 7e3aef4cb3
2 changed files with 3 additions and 2 deletions

View File

@@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Changed
- Fixed JSON DateTime parsing in .Net Standard
- Fixed threading exception in TypeExtensions
## [9.4.0] - 2019-05-10
### Added