aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/Changelog.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md
index 6fe3517a..b1c991ff 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -15,8 +15,9 @@ sending a mail to <afl-users+subscribe@googlegroups.com>.
- fixed a crash that can occur with ASAN + CMPLOG together plus
better support for unicode (thanks to @stbergmann for reporting!)
- handle erroneous setups in which multiple afl-compiler-rt are
- compiled into the target. This now also supports dlopen instrumented
- libs loaded before the forkserver.
+ compiled into the target. This now also supports dlopen
+ instrumented libs loaded before the forkserver and even after the
+ forkserver is started (then with collisions though)
- Renamed CTX to CALLER, added correct/real CTX implemenation to CLASSIC
- qemu_mode
- added AFL_QEMU_EXCLUDE_RANGES env by @realmadsci, thanks!