about summary refs log tree commit diff
path: root/docs/Changelog.md
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2021-03-27 12:53:09 +0100
committervanhauser-thc <vh@thc.org>2021-03-27 12:53:09 +0100
commit7ca51fab19adfcda211282d4a1134eada7b60d2b (patch)
treec518e1bd8efc536689bf6c2771cad25a8c9b4504 /docs/Changelog.md
parent5ee2dd6bbdcabbdcc33278876632a9bc5060d71f (diff)
downloadafl++-7ca51fab19adfcda211282d4a1134eada7b60d2b.tar.gz
ensure one fuzzer sync per cycle, cycle introspection
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 6ae42b04..91d1a8cc 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -18,6 +18,7 @@ sending a mail to <afl-users+subscribe@googlegroups.com>.
       to allow replay of non-reproducable crashes, see
       AFL_PERSISTENT_RECORD in config.h and docs/envs.h
     - default cmplog level (-l) is now 2, better efficiency.
+    - ensure one fuzzer sync per cycle
   - afl-cc:
     - Removed InsTrim instrumentation as it is not as good as PCGUARD