Skip to content

Commit 02df617

Browse files
committed
Update CHANGELOG.md
1 parent dffa675 commit 02df617

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,15 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [3.10.3] - 2022-11-08
8+
9+
### Added
10+
- Option to skip paths, [#39](https://github.com/swaggest/json-diff/pull/39).
11+
712
## [3.10.2] - 2022-11-08
813

914
### Added
10-
- Exceptions improved, [#60](https://github.com/swaggest/json-diff/pull/59).
15+
- Exceptions improved, [#60](https://github.com/swaggest/json-diff/pull/60).
1116

1217
## [3.10.1] - 2022-10-24
1318

@@ -90,6 +95,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9095
### Added
9196
- Compatibility option to `TOLERATE_ASSOCIATIVE_ARRAYS` that mimic JSON objects.
9297

98+
[3.10.3]: https://github.com/swaggest/json-diff/compare/v3.10.2...v3.10.3
9399
[3.10.2]: https://github.com/swaggest/json-diff/compare/v3.10.1...v3.10.2
94100
[3.10.1]: https://github.com/swaggest/json-diff/compare/v3.10.0...v3.10.1
95101
[3.10.0]: https://github.com/swaggest/json-diff/compare/v3.9.0...v3.10.0

0 commit comments

Comments
 (0)