about summary refs log tree commit diff
path: root/docs/Changelog.md
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-07-01 10:03:34 +0200
committervan Hauser <vh@thc.org>2020-07-01 10:03:34 +0200
commit97cef46b62800cd505ef1a34e3ff61eafd5bce54 (patch)
tree8c0e584b7c8dbe21099706d660f55f3c4b600c53 /docs/Changelog.md
parent4ec29928bfeb812fad77d8f9104f30c897a42374 (diff)
downloadafl++-97cef46b62800cd505ef1a34e3ff61eafd5bce54.tar.gz
warn on deprecated env vars
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 e6e0116a..afb9dea6 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -14,6 +14,7 @@ sending a mail to <afl-users+subscribe@googlegroups.com>.
   - renamed master/slave to main/secondary
   - renamed blacklist/whitelist to ignorelist/instrumentlist ->
     AFL_LLVM_INSTRUMENT_FILE and AFL_GCC_INSTRUMENT_FILE
+  - warn on deprecated environment variables
   - afl-fuzz:
      - -S secondary nodes now only sync from the main node to increase
        performance, the -M main node still syncs from everyone. Added checks