about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDominik Maier <domenukk@gmail.com>2021-02-27 16:29:29 +0100
committerDominik Maier <domenukk@gmail.com>2021-02-27 16:29:29 +0100
commitaf628b16d1b601f75e46f4b0475a055088019263 (patch)
tree391a2ba3b0df17c1fbc79a4302466b2a22b97d17
parentc219502f0fe654927c3f74f9791f786f0740f344 (diff)
downloadafl++-af628b16d1b601f75e46f4b0475a055088019263.tar.gz
added rust binding reference
-rw-r--r--docs/Changelog.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md
index c4347baf..e434e7d6 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -118,6 +118,7 @@ sending a mail to <afl-users+subscribe@googlegroups.com>.
       mutation reproduction on crashing inputs
     - new env. var. AFL_NO_COLOR (or AFL_NO_COLOUR) to suppress colored
       console output (when configured with USE_COLOR and not ALWAYS_COLORED)
+    - added Rust bindings for custom mutators (thanks @julihoh)
   - instrumentation
     - We received an enhanced gcc_plugin module from AdaCore, thank you
       very much!!