about summary refs log tree commit diff
path: root/docs/Changelog.md
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-08-07 14:43:17 +0200
committervan Hauser <vh@thc.org>2020-08-07 14:43:17 +0200
commit4a6d66d8c5dcbec8b5014ff0445d9292b3958e1d (patch)
tree7363aa2b039ae75a1a769398cd406c8cade0a1c2 /docs/Changelog.md
parent1978629d87d87ee01d2f3ba074f7a1f68b88ab4d (diff)
downloadafl++-4a6d66d8c5dcbec8b5014ff0445d9292b3958e1d.tar.gz
fix typos
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 f98f8b9b..f8742b1c 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -37,6 +37,7 @@ sending a mail to <afl-users+subscribe@googlegroups.com>.
      - LTO: AFL_LLVM_SKIP_NEVERZERO behaviour was inversed, fixed
      - setting AFL_LLVM_LAF_SPLIT_FLOATS now activates
        AFL_LLVM_LAF_SPLIT_COMPARES
+     - support for -E and -shared compilation runs
   - 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/)