about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--README.md4
-rw-r--r--docs/Changelog.md3
2 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index ce48f336..2806b734 100644
--- a/README.md
+++ b/README.md
@@ -27,11 +27,11 @@
 
 ## Major changes in afl++ 3.0
 
-With afl++ 3.0 we introduced changes that breaks some previous afl and afl++
+With afl++ 3.0 we introduced changes that break some previous afl and afl++
 behaviours and defaults:
 
   * There are no llvm_mode and gcc_plugin subdirectories anymore and there is
-    only one compiler: afl-cc. All previous compilers now symlink to this.
+    only one compiler: afl-cc. All previous compilers now symlink to this one.
     All instrumentation source code is now in the `instrumentation/` folder.
   * The gcc_plugin was replaced with a new version submitted by AdaCore that
     supports more features. Thank you!
diff --git a/docs/Changelog.md b/docs/Changelog.md
index daae7c47..63e8e66e 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -35,7 +35,8 @@ sending a mail to <afl-users+subscribe@googlegroups.com>.
     - added AFL_LLVM_INSTRUMENT option NATIVE for native clang pc-guard
       support (less performant than our own), GCC for old afl-gcc and
       CLANG for old afl-clang
-  - warn on any _AFL and __AFL env var
+  - changed default: no memory limit for afl-cmin and afl-cmin.bash
+  - warn on any _AFL and __AFL env vars
   - LLVM mode is now compiled with -j4, unicorn with all cores. qemu was
     already building with all cores, the gcc plugin needs only one.
   - added dummy Makefile to instrumentation/