Skip to content

Commit 9b6d2a8

Browse files
committed
updated for v0.2.0
1 parent 01cb828 commit 9b6d2a8

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

CHANGELOG.md

+5-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
## Polystat v0.1.12
1+
## Polystat v0.2.0
22

33
This release introduced the following changes:
44

5-
* `odin` was updated to v0.4.5. This change allows the detection of the Direct State Access defects.
6-
* `py2eo` was updated to v0.0.14.
7-
* `polystat-cli`:
8-
* The generated SARIF output was changed slightly to be viewable with the [VSCode SARIF extension](https://marketplace.visualstudio.com/items?itemName=MS-SarifVSCode.sarif-viewer). (thanks to @br4ch1st0chr0n3)
9-
* The output directories and temporary directories that were specified either on the command line or in the config file are now created automatically if they don't exist.
5+
* The `--to console` cli argument was removed. Instead, the results of the analysis are printed to console by default. To disable printing the results to console, use the new `--quiet` flag (`-q` for short).
6+
* Added a decent-looking pretty-printer of the analysis results to console.
7+
* `j2eo` was updated to 0.6.0
8+
* `py2eo` was updated to 0.23.0

0 commit comments

Comments
 (0)