about summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-12-21 11:56:01 +0100
committervan Hauser <vh@thc.org>2020-12-21 11:56:01 +0100
commited85d5374b83c414e6219f7a3927cd8c160a7f37 (patch)
treeb0b14f7602ad86574df7b91cf9a8109a8e7deffb /docs
parent47e04548d46ffdd17d82d9528be744641de058b6 (diff)
downloadafl++-ed85d5374b83c414e6219f7a3927cd8c160a7f37.tar.gz
switch to github actions
Diffstat (limited to 'docs')
-rw-r--r--docs/Changelog.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md
index 0652a295..e36e4e9f 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -11,16 +11,17 @@ sending a mail to <afl-users+subscribe@googlegroups.com>.
 
 ### Version ++3.01a (release)
   - afl-fuzz
-    - fix crash for very, very fast targets+systems, thanks for reporting @mhlakhani
+    - fix crash for very, very fast targets+systems (thanks to mhlakhani
+      for reporting)
     - switched to a faster RNG
     - added hghwng's patch for faster trace map analysis
-  - added dummy Makefile to instrumentation/
   - afl-cc
     - allow instrumenting LLVMFuzzerTestOneInput
     - fixed endless loop for allow/blocklist lines starting with a
       comment (thanks to Zherya for reporting)
-    - added AFL_LLVM_INSTRUMENT option NATIVE for native clang pc-guard support
-      (less performant than our own)
+    - added AFL_LLVM_INSTRUMENT option NATIVE for native clang pc-guard
+      support (less performant than our own)
+  - added dummy Makefile to instrumentation/
 
 
 ### Version ++3.00c (release)