diff options
author | hexcoder <hexcoder-@users.noreply.github.com> | 2020-05-17 21:43:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-17 21:43:33 +0200 |
commit | d1469650251b366e3d3d39e3b999bd88f4b664a8 (patch) | |
tree | 67b6d9768c8e44ce9a4609d43ca7725d3b5e1dd8 | |
parent | e1e155022f58c0790800ba59657a0fcfa9536554 (diff) | |
download | afl++-d1469650251b366e3d3d39e3b999bd88f4b664a8.tar.gz |
Update Changelog.md
-rw-r--r-- | docs/Changelog.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index 62de7f87..0cf6e9e2 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -16,6 +16,9 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. one master is present - added lots of dictionaries from oss-fuzz, go-fuzz and Jakub Wilk - added former post_library examples to examples/custom_mutators/ + - llvm_mode: + - lowered minimum required llvm version to 3.4 (except LLVMInsTrim, + which needs 3.8.0) ### Version ++2.65c (release): |