C#: Add change note for compression extractor option.

This commit is contained in:
Michael Nebel
2022-02-23 10:32:09 +01:00
parent 837b91b31e
commit 20f71110ef

View File

@@ -0,0 +1,5 @@
---
category: minorAnalysis
---
* The C# extractor now accepts an extractor option `compression`, which is used to decide the compression format for TRAP files. The legal options are `brotli` (default), `gzip` or `none`.
* The C# extractor no longer accepts `--no-brotli` or `--brotli` flags to switch between `gzip` and `brotli` as compression method for TRAP files.