diff options
author | van Hauser <vh@thc.org> | 2021-08-27 17:06:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-27 17:06:46 +0200 |
commit | 353d402aaf9296c7dbd47e66fbbc6e59179c4e44 (patch) | |
tree | 0ba644854a6d51cdc9e8a2d52ca88b549109f736 /docs/Changelog.md | |
parent | 2e15661f184c77ac1fbb6f868c894e946cbb7f17 (diff) | |
parent | 7a2f81e0d992cf0f20d8d2fed26310c03c8b4fa9 (diff) | |
download | afl++-353d402aaf9296c7dbd47e66fbbc6e59179c4e44.tar.gz |
Merge pull request #1077 from AFLplusplus/dev
push to stable
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r-- | docs/Changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index 7ccae7c2..7d72b2df 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -15,6 +15,7 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. information on how to deal with instrumenting libraries - afl-cc: - fix for shared linking on MacOS + - llvm and LTO mode verified to work with new llvm 14-dev - added the very good grammar mutator "GramaTron" to the custom_mutators - added optimin, a faster and better corpus minimizer by |