about summary refs log tree commit diff
path: root/docs/Changelog.md
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2022-11-14 21:50:24 +0100
committervanhauser-thc <vh@thc.org>2022-11-14 21:50:31 +0100
commit1cc20291790b0c24f8c03447f89220c96dbdf733 (patch)
tree4a73ffeab3745df3a5b0295e50bfb766cf56c9fd /docs/Changelog.md
parent46beedadd74087cd04f1bd4928ebf2e15aeb602d (diff)
downloadafl++-1cc20291790b0c24f8c03447f89220c96dbdf733.tar.gz
update changelog
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r--docs/Changelog.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md
index b975fa76..c5eb6be3 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -7,6 +7,8 @@
   - afl-fuzz:
     - added afl_custom_fuzz_send custom mutator feature. Now your can
       send fuzz data to the target as you need, e.g. via IPC.
+    - cmplog mode now has -l R option for random colorization, thanks
+      to guyf2010 for the PR!
   - afl-showmap/afl-cmin
     - -t none now translates to -t 120000 (120 seconds)
   - unicorn_mode updated