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-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -30,15 +30,18 @@ Released YYYY-MM-DD.
30
30
31
31
## 0.4.9
32
32
33
-
Released YYYY-MM-DD.
33
+
Released 2025-01-28.
34
34
35
35
### Added
36
36
37
-
* The `example_init` demonstrates how to pass an initialization code block to the `fuzz_target!` macro.
37
+
* The `example_init` demonstrates how to pass an initialization code block to
38
+
the `fuzz_target!` macro.
38
39
39
40
### Changed
40
41
41
-
* The `fuzz_target!` macro now supports the generation of `LLVMFuzzerInitialize` to execute initialization code once before running the fuzzer. This change is not breaking and is completely backward compatible.
42
+
* The `fuzz_target!` macro now supports the generation of `LLVMFuzzerInitialize`
43
+
to execute initialization code once before running the fuzzer. This change is
44
+
not breaking and is completely backward compatible.
0 commit comments