about summary refs log tree commit diff
path: root/docs/Changelog.md
diff options
context:
space:
mode:
authorDominik Maier <domenukk@gmail.com>2021-02-27 16:37:00 +0100
committerDominik Maier <domenukk@gmail.com>2021-02-27 16:37:00 +0100
commit8e051fd075e2854930bf828c5d23fe6dc648e1ed (patch)
tree31209ab46e00fffb2df730875957586d79329ba4 /docs/Changelog.md
parentaf628b16d1b601f75e46f4b0475a055088019263 (diff)
downloadafl++-8e051fd075e2854930bf828c5d23fe6dc648e1ed.tar.gz
fixed rust bindings placement
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r--docs/Changelog.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md
index e434e7d6..192d6ee2 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -42,6 +42,7 @@ sending a mail to <afl-users+subscribe@googlegroups.com>.
     - switched to an even faster RNG
     - added hghwng's patch for faster trace map analysis
     - printing suggestions for mistyped `AFL_` env variables
+    - added Rust bindings for custom mutators (thanks @julihoh)
   - afl-cc
     - allow instrumenting LLVMFuzzerTestOneInput
     - fixed endless loop for allow/blocklist lines starting with a
@@ -118,7 +119,6 @@ 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!!