Skip to content

Commit 67e8df3

Browse files
committed
Update change log
1 parent 52f5ca6 commit 67e8df3

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

CHANGELOG.md

+14-2
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ for Rust libraries in [RFC #1105](https://github.com/rust-lang/rfcs/blob/master/
88

99
### Added
1010

11-
- Add `assert_json_include`. It does partial matching the same way the old `assert_json_eq` did.
11+
N/A
1212

1313
### Changed
1414

15-
- Change `assert_json_eq` do exact matching. If the two values are not exactly the same, it'll panic.
15+
N/A
1616

1717
### Removed
1818

@@ -22,6 +22,18 @@ N/A
2222

2323
N/A
2424

25+
## [0.2.0] - 2018-11-16
26+
27+
### Added
28+
29+
- Add `assert_json_include`. It does partial matching the same way the old `assert_json_eq` did.
30+
31+
### Changed
32+
33+
- Change `assert_json_eq` do exact matching. If the two values are not exactly the same, it'll panic.
34+
2535
## 0.1.0 - 2018-10-17
2636

2737
Initial release.
38+
39+
[0.2.0]: https://github.com/davidpdrsn/assert-json-diff/compare/v0.1.0...v0.2.0

0 commit comments

Comments
 (0)