File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff 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
2222
2323N/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
2737Initial release.
38+
39+ [ 0.2.0 ] : https://github.com/davidpdrsn/assert-json-diff/compare/v0.1.0...v0.2.0
You can’t perform that action at this time.
0 commit comments