about summary refs log tree commit diff
path: root/docs/Changelog.md
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-10-09 23:23:44 +0200
committervan Hauser <vh@thc.org>2020-10-09 23:23:44 +0200
commit125f8b6ba71fba91735374b1bd07333b19aae635 (patch)
treeeb2ae6521fa72a3c49da0f54a1e622fde425fff8 /docs/Changelog.md
parentfd4a2dfec2d44879aa7b9eee76978b56a60e7912 (diff)
downloadafl++-125f8b6ba71fba91735374b1bd07333b19aae635.tar.gz
-m none is the default now
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 0f923423..ba7028df 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -14,6 +14,7 @@ sending a mail to <afl-users+subscribe@googlegroups.com>.
   - all compilers combined to afl-cc which emulates the previous ones
   - afl-llvm/gcc-rt.o merged into afl-compiler-rt.o
   - afl-fuzz
+    - memory limits are now disabled by default, set them with -m if required
     - Marcel Boehme submitted a patch that improves all AFFast schedules :)
     - reading testcases from -i now descends into subdirectories
     - allow up to 4 -x command line options