File tree 1 file changed +14
-2
lines changed
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/
8
8
9
9
### Added
10
10
11
- - Add ` assert_json_include ` . It does partial matching the same way the old ` assert_json_eq ` did.
11
+ N/A
12
12
13
13
### Changed
14
14
15
- - Change ` assert_json_eq ` do exact matching. If the two values are not exactly the same, it'll panic.
15
+ N/A
16
16
17
17
### Removed
18
18
22
22
23
23
N/A
24
24
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
+
25
35
## 0.1.0 - 2018-10-17
26
36
27
37
Initial 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