about summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2023-11-28 10:26:37 +0100
committervanhauser-thc <vh@thc.org>2023-11-28 10:26:37 +0100
commit74f8ca6b468b6d89e8d588e3835486be48184893 (patch)
treea3b43e791297bd5b7daa517a4166926801a410f1 /docs
parentdd9a04c901c79fe2f3f078de6cc0777e3a5d96df (diff)
downloadafl++-74f8ca6b468b6d89e8d588e3835486be48184893.tar.gz
improve cmplog
Diffstat (limited to 'docs')
-rw-r--r--docs/Changelog.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md
index f7842d59..b2e9fbf6 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -10,7 +10,9 @@
     - added AFL_IGNORE_SEED_PROBLEMS to skip over seeds that time out instead
       of exiting with an error message
     - allow -S/-M naming up to 50 characters (from 24)
-    - added scale support to CMPLOG (-l S)
+    - CMPLOG:
+      - added scale support (-l S)
+      - skip unhelpful insertions (u8)
     - added --version and --help command line parameters
     - fixed endless loop when reading malformed dictionaries
     - new custom mutator function: post_run - thanks to yangzao!