diff options
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r-- | docs/Changelog.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index 587fb64c..f33acff9 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -3,6 +3,15 @@ This is the list of all noteworthy changes made in every public release of the tool. See README.md for the general instruction manual. +### Version ++4.07a (dev) + - afl-fuzz: + - new env `AFL_POST_PROCESS_KEEP_ORIGINAL` to keep the orignal + data before post process on finds + - afl-showmap: + - added custom mutator post_process and send support + - a new grammar custom mutator atnwalk was submitted by @voidptr127 ! + + ### Version ++4.06c (release) - afl-fuzz: - ensure temporary file descriptor is closed when not used |