about summary refs log tree commit diff
path: root/docs/Changelog.md
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-05-22 11:42:04 +0200
committervan Hauser <vh@thc.org>2020-05-22 11:42:04 +0200
commita5ef93c83a958b5df1ee1c602c687122648aadb6 (patch)
tree2fe01f9eea23674ad1e0f09165335b32bf00022e /docs/Changelog.md
parent5b9dfa060061b9626cda7acebbae766eb1fbba29 (diff)
downloadafl++-a5ef93c83a958b5df1ee1c602c687122648aadb6.tar.gz
fix cmplog for llvm 11-dev
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 8393a690..71738913 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -23,6 +23,7 @@ sending a mail to <afl-users+subscribe@googlegroups.com>.
       feature is used.
     - lowered minimum required llvm version to 3.4 (except LLVMInsTrim,
       which needs 3.8.0)
+    - small change to cmplog to make it work with current llvm 11-dev
   - fixed afl-gcc/afl-as that could break on fast systems reusing pids in
     the same second
   - added lots of dictionaries from oss-fuzz, go-fuzz and Jakub Wilk