diff options
author | vanhauser-thc <vh@thc.org> | 2023-12-30 11:00:28 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2023-12-30 11:00:28 +0100 |
commit | 5f492da71793e75e145e13d4c0dd9506bac2d60c (patch) | |
tree | f8d5bc1e5ca78e6ee1f45255a5003ea505633790 /docs/Changelog.md | |
parent | c5b4e260529b9afeed3a2f7fab55d87874c5120c (diff) | |
download | afl++-5f492da71793e75e145e13d4c0dd9506bac2d60c.tar.gz |
update changelog
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r-- | docs/Changelog.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index 178d0f8a..adc81d64 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -11,6 +11,8 @@ reporting! - instrumentation: - LLVM 18 support, thanks to @devnexen! + - Injection (SQL, LDAP, XSS) feature now available, see + `instrumentation/README.injections.md` how to activate/use/expand. - compcov/LAF-intel: - floating point splitting bug fix by @hexcoder - due a bug in LLVM 17 integer splitting is disabled! |