about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDominik Maier <domenukk@gmail.com>2020-09-23 02:28:19 +0200
committerGitHub <noreply@github.com>2020-09-23 02:28:19 +0200
commit60ef1f730551eab66cdfecf4e9815cd841582561 (patch)
treeb5a0149ed1129cc4d29ad9b617efd901194d3c77
parentb3b5e2509176788fac09834cf59f909de8c7df0f (diff)
downloadafl++-60ef1f730551eab66cdfecf4e9815cd841582561.tar.gz
Update 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 88d43e62..789b1f74 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -33,6 +33,7 @@ sending a mail to <afl-users+subscribe@googlegroups.com>.
     - LTO autodict now also collects interesting cmp comparisons,
       std::string compare + find + ==, bcmp
     - fix crash in dict2file for integers > 64 bit
+  - unicornafl synced with upstream (arm64 fix, better rust bindings)
   - added a new custom mutator: symcc -> https://github.com/eurecom-s3/symcc/
   - added a new custom mutator: libfuzzer that integrates libfuzzer mutations
   - Our afl++ Grammar-Mutator is now better integrated into custom_mutators/