about summary refs log tree commit diff
path: root/docs/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ChangeLog')
-rw-r--r--docs/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/ChangeLog b/docs/ChangeLog
index ed8e0022..782320d6 100644
--- a/docs/ChangeLog
+++ b/docs/ChangeLog
@@ -18,6 +18,7 @@ Version ++2.53d (dev):
 ----------------------
 
   - llvm 9 is now supported (still needs testing)
+  - Android is now supported (thank to JoeyJiao!) - still need to modify the Makefile though
   - fix building qemu on some Ubuntus (thanks to floyd!)
   - custom mutator by a loaded library is now supported (thanks to kyakdan!)
   - more support for *BSD (thanks to devnexen!)
@@ -27,6 +28,11 @@ Version ++2.53d (dev):
     afl never did), plus shows tuple content summary information now
   - the forkserver is now in its own C file to be easily integratable
   - small docu updates
+  - NeverZero counters for QEMU
+  - NeverZero counters for Unicorn
+  - CompareCoverage Unicorn
+  - Immediates-only instrumentation for CompareCoverage
+  - ... your patch? :)
 
 
 --------------------------