diff options
author | vanhauser-thc <vh@thc.org> | 2021-03-02 17:46:43 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-03-02 17:46:43 +0100 |
commit | 108e588e888df5c2679600ea49846a565bac23f9 (patch) | |
tree | e99fce6dd06540c8df011f1dcc6aefe556a6e316 /docs | |
parent | 333509bb0a56be9bd2e236f0e2f37d4af2dd7d59 (diff) | |
download | afl++-108e588e888df5c2679600ea49846a565bac23f9.tar.gz |
add de-unicoded dictionary entries
Diffstat (limited to 'docs')
-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 01240b2a..376f5f06 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -9,6 +9,8 @@ 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 ++3.11a (dev) + - afl-fuzz + - add non-unicode variants from unicode-looking dictionary entries - afl-cc - fixed for a crash that can occur with ASAN + CMPLOG together plus better support for unicode (thanks to @stbergmann for reporting!) |