File tree Expand file tree Collapse file tree 1 file changed +47
-0
lines changed Expand file tree Collapse file tree 1 file changed +47
-0
lines changed Original file line number Diff line number Diff line change
1
+ ## Unreleased
2
+
3
+ Released YYYY-MM-DD.
4
+
5
+ ### Added
6
+
7
+ * TODO (or remove section if none)
8
+
9
+ ### Changed
10
+
11
+ * TODO (or remove section if none)
12
+
13
+ ### Deprecated
14
+
15
+ * TODO (or remove section if none)
16
+
17
+ ### Removed
18
+
19
+ * TODO (or remove section if none)
20
+
21
+ ### Fixed
22
+
23
+ * TODO (or remove section if none)
24
+
25
+ ### Security
26
+
27
+ * TODO (or remove section if none)
28
+
29
+ --------------------------------------------------------------------------------
30
+
31
+ ## 0.2.0
32
+
33
+ Released 2020-01-14.
34
+
35
+ ### Changed
36
+
37
+ * Using ` arbitrary ` 0.3.x now. It is re-exported as ` libfuzzer_sys::arbitrary ` .
38
+
39
+ ### Added
40
+
41
+ * You can enable support for ` #[derive(Arbitrary)] ` with the
42
+ ` "arbitrary-derive" ` cargo feature. This is a synonym for the ` arbitrary `
43
+ crate's ` "derive" ` cargo feature.
44
+
45
+ --------------------------------------------------------------------------------
46
+
47
+ ## 0.1.0
You can’t perform that action at this time.
0 commit comments