diff options
author | vanhauser-thc <vh@thc.org> | 2022-07-04 09:59:47 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2022-07-04 09:59:47 +0200 |
commit | 1334851e7c35bf7bf35db0dc2a974b2e0249d8f8 (patch) | |
tree | 934793839d3c939c12ed9202dae51cb06561c0d6 /docs/Changelog.md | |
parent | e21738a24852e0ed9b346c28aeb4132a34d5b7cc (diff) | |
download | afl++-1334851e7c35bf7bf35db0dc2a974b2e0249d8f8.tar.gz |
cmplog support for gcc_plugin by adacore
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r-- | docs/Changelog.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index 737df7fa..7284500e 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -8,6 +8,11 @@ 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.02a (dev) + - gcc_plugin: + - Adacore submitted CMPLOG support to the gcc_plugin! :-) + + ### Version ++4.01c (release) - fixed */build_...sh scripts to work outside of git - new custom_mutator: libafl with token fuzzing :) |