diff --git a/CHANGELOG.md b/CHANGELOG.md index cabf278..7e6ea4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [3.10.1] - 2022-10-24 + +### Added +- Exception type hints improved, [#59](https://github.com/swaggest/json-diff/pull/59). + ## [3.10.0] - 2022-10-21 ### Added @@ -80,6 +85,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Compatibility option to `TOLERATE_ASSOCIATIVE_ARRAYS` that mimic JSON objects. +[3.10.1]: https://github.com/swaggest/json-diff/compare/v3.10.0...v3.10.1 [3.10.0]: https://github.com/swaggest/json-diff/compare/v3.9.0...v3.10.0 [3.9.0]: https://github.com/swaggest/json-diff/compare/v3.8.3...v3.9.0 [3.8.3]: https://github.com/swaggest/json-diff/compare/v3.8.2...v3.8.3