Skip to content

Commit 13e92cd

Browse files
committed
Add a CHANGELOG
1 parent 9a0ba45 commit 13e92cd

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

CHANGELOG.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
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

0 commit comments

Comments
 (0)