about summary refs log tree commit diff
path: root/docs/Changelog.md
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2021-09-01 08:41:21 +0200
committerGitHub <noreply@github.com>2021-09-01 08:41:21 +0200
commit773baf9391ff5f1793deb7968366819e7fa07adc (patch)
tree08fcc9ebc0a70f545cbc149385dfb9a4670eada8 /docs/Changelog.md
parent353d402aaf9296c7dbd47e66fbbc6e59179c4e44 (diff)
parentd4a8a9df699aa018755f4948e2add508be44b8b2 (diff)
downloadafl++-773baf9391ff5f1793deb7968366819e7fa07adc.tar.gz
Merge pull request #1084 from AFLplusplus/dev
push to stable
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r--docs/Changelog.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md
index 7d72b2df..0ffbef05 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -13,6 +13,9 @@ sending a mail to <afl-users+subscribe@googlegroups.com>.
     - added AFL_IGNORE_PROBLEMS plus checks to identify and abort on
       incorrect LTO usage setups and enhanced the READMEs for better
       information on how to deal with instrumenting libraries
+    - fix a regression introduced in 3.10 that resulted in less
+      coverage being detected. thanks to Collin May for reporting!
+
   - afl-cc:
     - fix for shared linking on MacOS
     - llvm and LTO mode verified to work with new llvm 14-dev