patrick
/
plasp
Archived
1
0
Fork 0

Updated change log with new compatibility parsing mode.

This commit is contained in:
Patrick Lühne 2017-06-20 03:27:06 +02:00
parent f5a73f09f8
commit 7162fa76f6
Signed by: patrick
GPG Key ID: 05F3611E97A70ABF
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@ Features:
* improved command-line interface
* new command-line option `--log-level` to control which status messages should be shown
* new command-line option `--warnings-as-errors` to abort program execution upon warnings (replaces `--warning-level`)
* compatibility mode for parser, which supports more legacy domains
* new command-line option `--parsing-mode` to specify whether to apply strict or compatibility parsing rules
Internal: