about summary refs log tree commit diff
path: root/docs/Changelog.md
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-07-29 12:58:02 +0200
committervan Hauser <vh@thc.org>2020-07-29 12:58:02 +0200
commit22921c493fbf48b317354bb50f1af4a678fcfb55 (patch)
treea381f9458a1f73713c220085ab7afef17d571984 /docs/Changelog.md
parentf32811922ec8f363bdf46a019d984058dbeb06bf (diff)
downloadafl++-22921c493fbf48b317354bb50f1af4a678fcfb55.tar.gz
improve docs, enable laf compare if float is set
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r--docs/Changelog.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md
index d3d5063b..7efab1e6 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -23,6 +23,8 @@ sending a mail to <afl-users+subscribe@googlegroups.com>.
      - LTO: autodictionary mode is a default
      - LTO: instrim instrumentation disabled, only classic support used
             as it is always better
+     - setting AFL_LLVM_LAF_SPLIT_FLOATS now activates
+       AFL_LLVM_LAF_SPLIT_COMPARES
   - added honggfuzz mangle as a custom mutator in custom_mutators/honggfuzz
   - added afl-frida gum solution to examples/afl_frida (mostly imported
     from https://github.com/meme/hotwax/)