about summary refs log tree commit diff
path: root/docs/Changelog.md
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2021-01-04 12:57:29 +0100
committervan Hauser <vh@thc.org>2021-01-04 12:57:29 +0100
commitc423aebb1a6987d8ca58175aee23bc08b611d4c8 (patch)
treea31794b40b9b0400aaa15c994f5f77f86fe7123f /docs/Changelog.md
parent58039d181afcc22b54f42abeabe67ae9bb43e251 (diff)
downloadafl++-c423aebb1a6987d8ca58175aee23bc08b611d4c8.tar.gz
FP support for 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 71846535..88dc74d2 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -20,6 +20,7 @@ sending a mail to <afl-users+subscribe@googlegroups.com>.
     - allow instrumenting LLVMFuzzerTestOneInput
     - fixed endless loop for allow/blocklist lines starting with a
       comment (thanks to Zherya for reporting)
+    - cmplog/redqueen now also tracks floats/doubles
     - added AFL_LLVM_INSTRUMENT option NATIVE for native clang pc-guard
       support (less performant than our own), GCC for old afl-gcc and
       CLANG for old afl-clang