about summary refs log tree commit diff
path: root/docs/Changelog.md
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-10-26 14:44:05 +0100
committervan Hauser <vh@thc.org>2020-10-26 14:44:05 +0100
commit44c65fa0a0eb0a0382d8b80fa0c8fd3bf25b687d (patch)
tree7fc920e481ec4b199f3fa866b14b6a1aac9c1620 /docs/Changelog.md
parent029d44a6eca8d11a4c545cfc46accedd63ccb8f2 (diff)
downloadafl++-44c65fa0a0eb0a0382d8b80fa0c8fd3bf25b687d.tar.gz
add no splicing compile option and print used compile options in afl-fuzz help
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 36022399..f8f15fc8 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -34,6 +34,8 @@ sending a mail to <afl-users+subscribe@googlegroups.com>.
     - crashing seeds are now not prohibiting a run anymore but are
       skipped. They are used for splicing though.
     - set the default power schedule to the superiour "seek" schedule
+    - added NO_SPLICING compile option and makefile define
+    - print special compile time options used in help output
   - instrumentation
     - We received an enhanced gcc_plugin module from AdaCore, thank you
       very much!!