Updated change log with new command interface.
This commit is contained in:
parent
63c4da8fad
commit
d8b2aa9720
@ -2,10 +2,14 @@
|
|||||||
|
|
||||||
## (unreleased)
|
## (unreleased)
|
||||||
|
|
||||||
|
Changes:
|
||||||
|
|
||||||
|
* introduces new command-line interface based on `plasp` subcommands
|
||||||
|
* adds `plasp translate` command as a replacement for former plain `plasp` calls
|
||||||
|
|
||||||
Features:
|
Features:
|
||||||
|
|
||||||
* extended PDDL parser support (`imply`, `exists`, `forall`, `when`, and `=` expressions)
|
* extended PDDL parser support (`imply`, `exists`, `forall`, `when`, and `=` expressions)
|
||||||
* improved command-line interface
|
|
||||||
* new command-line option `--log-level` to control which status messages should be shown
|
* 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`)
|
* 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
|
* compatibility mode for parser, which supports more legacy domains
|
||||||
|
Reference in New Issue
Block a user