about summary refs log tree commit diff
path: root/docs/Changelog.md
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2023-04-05 12:59:20 +0200
committervanhauser-thc <vh@thc.org>2023-04-05 12:59:20 +0200
commit36127fb1970746f53fec44f9394061f57a4e94c3 (patch)
tree74cf2ac1e1ab8a7bb4de662af135634003269803 /docs/Changelog.md
parent5fea071ae99dc68d634afd996fcd280f57f78002 (diff)
downloadafl++-36127fb1970746f53fec44f9394061f57a4e94c3.tar.gz
add -z switch
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r--docs/Changelog.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md
index fbf50137..8127e594 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -12,6 +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
   - afl-cc:
     - add CFI sanitizer variant to gcc targets
     - llvm 16 support (thanks to @devnexen!)