about summary refs log tree commit diff
path: root/docs/Changelog.md
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2022-04-06 10:24:07 +0200
committerGitHub <noreply@github.com>2022-04-06 10:24:07 +0200
commitac80678592ea4a790ab2eedccfec4e3bc9f96447 (patch)
treea553b0abf57558c579f2ed63cee1cee276a4de12 /docs/Changelog.md
parent881aef21fd6ca3f3bcf0847587d4d6d86f3a69db (diff)
parent3c5edab724f7e067163e85e94077c48894989573 (diff)
downloadafl++-ac80678592ea4a790ab2eedccfec4e3bc9f96447.tar.gz
Merge pull request #1380 from AFLplusplus/dev
fix cmplog
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 74631a88..d50a679b 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -23,6 +23,7 @@ sending a mail to <afl-users+subscribe@googlegroups.com>.
     - add AFL_EARY_FORKSERVER to install the forkserver as earliest as
       possible in the target (for afl-gcc-fast/afl-clang-fast/
       afl-clang-lto)
+    - document and auto-activate pizza mode on condition
   - afl-cc:
     - converted all passed to use the new llvm pass manager for llvm 11+
     - AFL++ PCGUARD mode is not available for 10.0.1 anymore (11+ only)