diff options
author | vanhauser-thc <vh@thc.org> | 2021-12-11 11:03:36 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-12-11 11:03:36 +0100 |
commit | 74aa826b60601eb59038bf61298b07eb20944caa (patch) | |
tree | f2ee88dc834501c419c98c3680e75c0845ff42a8 | |
parent | 16011ec057997f9e3fb067f94c8eb1e3db5aa353 (diff) | |
download | afl++-74aa826b60601eb59038bf61298b07eb20944caa.tar.gz |
changelog
-rw-r--r-- | docs/Changelog.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index 9e7b85a7..e9b62dc0 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -10,6 +10,10 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. ### Version ++3.15a (dev) - documentation restructuring, made possible by Google Season of Docs + - we renamed several UI and fuzzer_stat entries to be more precise, + e.g. "unique crashes" -> "saved crashes", "total paths" -> + "corpus count", "current path" -> "current item". + This might need changing custom scripting! - new binary-only fuzzing mode: coresight_mode for aarch64 CPUs :) thanks to RICSecLab submitting! - if instrumented libaries are dlopen()'ed after the forkserver you |