diff options
author | vanhauser-thc <vh@thc.org> | 2023-04-13 11:44:39 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2023-04-13 11:44:39 +0200 |
commit | 6cc8d607fb24e060591ece4b42d83fc06de68fc6 (patch) | |
tree | 247daa2e572544c999305c59f5fd25eca7a3944f /docs/Changelog.md | |
parent | 824385f52ce3133ecd033e587aa1a3b324adf76c (diff) | |
download | afl++-6cc8d607fb24e060591ece4b42d83fc06de68fc6.tar.gz |
remove -z option, use -p mmopt instead
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r-- | docs/Changelog.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index 736deb30..501300b1 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -12,7 +12,7 @@ - fixed a crash in pizza (1st april easter egg) mode. Sorry for everyone who was affected! - allow pizza mode to be disabled when AFL_PIZZA_MODE is set to -1 - - add -z switch to prefer new coverage findings in seed selection + - option `-p mmopt` now also selects new queue items more often - print name of custom mutator in UI - afl-cc: - add CFI sanitizer variant to gcc targets |