about summary refs log tree commit diff
path: root/docs/ChangeLog
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2019-07-05 11:28:08 +0200
committervan Hauser <vh@thc.org>2019-07-05 11:28:08 +0200
commit7f6aaa53147afd4feb549214f49d0f5f69e4af6c (patch)
tree9e99e541b9df310af959b4ac8d893ec24ab3fd11 /docs/ChangeLog
parent9199967022284da0ee4d78459d8d34513540cf32 (diff)
downloadafl++-7f6aaa53147afd4feb549214f49d0f5f69e4af6c.tar.gz
final touches
Diffstat (limited to 'docs/ChangeLog')
-rw-r--r--docs/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ChangeLog b/docs/ChangeLog
index 73c69196..a533de05 100644
--- a/docs/ChangeLog
+++ b/docs/ChangeLog
@@ -17,6 +17,8 @@ sending a mail to <afl-users+subscribe@googlegroups.com>.
 Version ++2.52d (tbd):
 -----------------------------
 
+  - added never zero counters for afl-gcc and optional (because of an
+    optimization issue in llvm < 9) for llvm_mode (AFL_LLVM_NEVER_ZERO=1)
   - added whitelist support for llvm_mode via AFL_LLVM_WHITELIST to allow
     only to instrument what is actually interesting. Gives more speed and less
     map pollution (originally by choller@mozilla)