Skip to content

Commit 67a2a2c

Browse files
authored
Preparing CHANGELOG.md for version 1.4.0 release. (#725)
1 parent a3818a1 commit 67a2a2c

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,26 @@ Change Log
44
## Next Version
55
- Various bug fixes.
66

7+
## Version 1.4.0
8+
- Various bug fixes.
9+
- Implemented issue tracker policy and finishing the refactoring for supporting
10+
different issue trackers.
11+
- Disabled external mutators (Radamsa and ML RNN) for fuzz targets built with
12+
libprotobuf-mutator library.
13+
- Added support for auxiliary fuzzing builds (e.g. DFSan instrumented builds for
14+
libFuzzer).
15+
- Refactored `build_manager` and `fuzz_task`.
16+
- Optimized performance of the most frequently used pages (Testcases and
17+
Testcase Details).
18+
- Added explicit schema for the BigQuery import calls (used to load the fuzzer
19+
stats data into BigQuery).
20+
- Added experimental implementation of the Multi-Armed Bandit algorithm for
21+
fuzzing strategy selection.
22+
- Implemented `variant` task that runs testcases on different jobs in order to
23+
provide more information about the bugs.
24+
- Implemented the new version of the reproduce tool, which currently works on
25+
Linux.
26+
727
## Version 1.3.0
828
- Various bug fixes.
929
- Fixed security severity listbox not working.

0 commit comments

Comments
 (0)