diff options
author | vanhauser-thc <vh@thc.org> | 2021-03-25 08:55:41 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-03-25 08:55:41 +0100 |
commit | 447d232caf9fcd9e6e40c24d17000ff9b98ab693 (patch) | |
tree | 62124511ae49e7f368c34d551ebbfcc3e66f9440 | |
parent | 90e7543038350fab1496b474c5aabd0b89644bad (diff) | |
download | afl++-447d232caf9fcd9e6e40c24d17000ff9b98ab693.tar.gz |
update changelog
-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 caa06ffd..87ac858e 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -15,6 +15,7 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. - add recording of previous fuzz attempts for persistent mode to allow replay of non-reproducable crashes, see AFL_PERSISTENT_RECORD in config.h and docs/envs.h + - default cmplog level (-l) is now 2, better efficiency. ### Version ++3.12c (release) - afl-fuzz: |