diff options
author | van Hauser <vh@thc.org> | 2022-01-30 20:59:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-30 20:59:24 +0100 |
commit | 2d9325aed9bde0630162a5efaac33a2a8f5bb252 (patch) | |
tree | bbb0cf0f8620b71d315dcc449018affd3ea5b33a /docs/Changelog.md | |
parent | 143c9d175e9357ba548413ee7dcee6a8de23f733 (diff) | |
parent | 53eb5ba2fbfa75e1c008239bf5d54238bfadb148 (diff) | |
download | afl++-2d9325aed9bde0630162a5efaac33a2a8f5bb252.tar.gz |
Merge pull request #1319 from AFLplusplus/dev
push to stable
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r-- | docs/Changelog.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index 7f539556..a420dcc2 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -8,6 +8,12 @@ Want to stay in the loop on major new features? Join our mailing list by sending a mail to <afl-users+subscribe@googlegroups.com>. +### Version ++4.01a (dev) + - fix */build_...sh scripts to work outside of git + - new custom_mutator: libafl with token fuzzing :) + (still needs README) + + ### Version ++4.00c (release) - complete documentation restructuring, made possible by Google Season of Docs :) thank you Jana! |