about summary refs log tree commit diff
path: root/docs/Changelog.md
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2023-04-08 13:48:07 +0200
committervanhauser-thc <vh@thc.org>2023-04-08 13:48:07 +0200
commit75d7a094691550afe86519a1d669def0d698b5ce (patch)
tree617d8bc7fba2e878f74befa7a54e5111245ef80b /docs/Changelog.md
parentf9851dbfbbfbc013172f500099b5f4dc572c508b (diff)
downloadafl++-75d7a094691550afe86519a1d669def0d698b5ce.tar.gz
show custom mutator name in UI
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 8127e594..40c328ec 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -13,6 +13,7 @@
       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
+    - print name of custom mutator in UI
   - afl-cc:
     - add CFI sanitizer variant to gcc targets
     - llvm 16 support (thanks to @devnexen!)