about summary refs log tree commit diff
path: root/docs/Changelog.md
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-11-10 14:08:21 +0100
committervan Hauser <vh@thc.org>2020-11-10 14:08:21 +0100
commit8e1047f5efaece663bba9b8ef86d181198db5101 (patch)
treec2c2b38af0833f815a6b28b0c435fbe19fc65344 /docs/Changelog.md
parent166130324898071a08e178dfeb901af44168236e (diff)
downloadafl++-8e1047f5efaece663bba9b8ef86d181198db5101.tar.gz
support custom mutator introspection
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 50c1d48a..a69f2ff4 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -37,6 +37,7 @@ sending a mail to <afl-users+subscribe@googlegroups.com>.
     - added NO_SPLICING compile option and makefile define
     - added INTROSPECTION make target that writes all mutations to
       out/NAME/introspection.txt
+    - added INTROSPECTION support for custom modules
     - print special compile time options used in help output
   - instrumentation
     - We received an enhanced gcc_plugin module from AdaCore, thank you