about summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2022-08-08 15:30:48 +0200
committervanhauser-thc <vh@thc.org>2022-08-08 15:30:48 +0200
commit79a69b14efd9cd3befceeddcc844a42bdbfdb47c (patch)
tree5f22f9c32fb374218020b5c568e92865a4ef2de9 /docs
parent1f06b55a8b558bd8da0296134c29c21c4849a4bd (diff)
downloadafl++-79a69b14efd9cd3befceeddcc844a42bdbfdb47c.tar.gz
4.03a
Diffstat (limited to 'docs')
-rw-r--r--docs/Changelog.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md
index 957f6206..ec517104 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -8,6 +8,10 @@
 Want to stay in the loop on major new features? Join our mailing list by
 sending a mail to <afl-users+subscribe@googlegroups.com>.
 
+### Version ++4.03a (dev)
+  - ... your PR? :)
+
+
 ### Version ++4.02c (release)
   - afl-cc:
     - important fix for the default pcguard mode when LLVM IR vector
@@ -22,7 +26,6 @@ sending a mail to <afl-users+subscribe@googlegroups.com>.
     - change post_process hook to allow returning NULL and 0 length to
       tell afl-fuzz to skip this mutated input
 
-
 ### Version ++4.01c (release)
   - fixed */build_...sh scripts to work outside of git
   - new custom_mutator: libafl with token fuzzing :)