about summary refs log tree commit diff
path: root/docs/ChangeLog
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2019-07-03 12:05:58 +0200
committervan Hauser <vh@thc.org>2019-07-03 12:05:58 +0200
commitb57b2073acf85e985f513a12d8aae725f8942689 (patch)
tree0999e88159ee110e1e0e181e6a42cc28cb1d388d /docs/ChangeLog
parent771a9e9cd20645f4677d6affe2e402da1dd5b5f2 (diff)
downloadafl++-b57b2073acf85e985f513a12d8aae725f8942689.tar.gz
LAF_... -> AFL_LLVM_LAF_...
Diffstat (limited to 'docs/ChangeLog')
-rw-r--r--docs/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ChangeLog b/docs/ChangeLog
index 0d730118..b758b211 100644
--- a/docs/ChangeLog
+++ b/docs/ChangeLog
@@ -30,6 +30,8 @@ Version ++2.52d (tbd):
   - added a  -s seed  switch to allow afl run with a fixed initial
     seed that is not updated. this is good for performance and path discovery
     tests as the random numbers are deterministic then
+  - llvm_mode LAF_... env variables can now be specified as AFL_LLVM_LAF_...
+    that is longer but in line with other llvm specific env vars
   - ... your idea or patch?