You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-1
Original file line number
Diff line number
Diff line change
@@ -6,12 +6,16 @@ for Rust libraries in [RFC #1105](https://github.com/rust-lang/rfcs/blob/master/
6
6
7
7
## Unreleased
8
8
9
-
- Introduce non-panicing functions with `assert_json_include_no_panic` and `assert_json_eq_no_panic`.
9
+
None.
10
10
11
11
### Breaking changes
12
12
13
13
None.
14
14
15
+
## [1.0.3] - 2020-02-21
16
+
17
+
- Introduce non-panicking functions with `assert_json_include_no_panic` and `assert_json_eq_no_panic`.
18
+
15
19
## [1.0.2] - 2020-02-19
16
20
17
21
- Internal diffing algorithm simplified. There should be no external changes. Some error messages might have changed, but everything that passed/failed before should still do the same.
0 commit comments