about summary refs log tree commit diff
path: root/docs/Changelog.md
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-05-27 17:17:33 +0200
committervan Hauser <vh@thc.org>2020-05-27 17:17:33 +0200
commitaf670ca138e7d34c42a656a9cb145f0bef91b3fe (patch)
tree763e37f5b6fc83a3d5c51f9ad81e8ee04b62d3eb /docs/Changelog.md
parentaace0d119228aeb847e97f9dae50b8e0738eed90 (diff)
downloadafl++-af670ca138e7d34c42a656a9cb145f0bef91b3fe.tar.gz
enable snapshot lkm for llvm_mode persistent mode
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r--docs/Changelog.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md
index d95f7367..e7ba208c 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -31,6 +31,7 @@ sending a mail to <afl-users+subscribe@googlegroups.com>.
     - fixed crash in compare-transform-pass when strcasecmp/strncasecmp was
       tried to be instrumented with LTO
     - fixed crash in cmplog with LTO
+    - enable snapshot lkm also for persistent mode
   - persistent mode shared memory testcase handover (instead of via
     files/stdin) - 10-100% performance increase
   - General support for 64 bit PowerPC, RiscV, Sparc etc.