patrick
/
plasp
Archived
1
0
Fork 0

Updated changelog with parser support for equalities.

This commit is contained in:
Patrick Lühne 2017-08-31 19:29:54 +02:00
parent 871d3fcdb3
commit 46cd4de854
Signed by: patrick
GPG Key ID: 05F3611E97A70ABF
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
Features:
* extended PDDL parser support (`imply`, `exists`, `forall`, and `when` 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 `--warnings-as-errors` to abort program execution upon warnings (replaces `--warning-level`)