patrick
/
plasp
Archived
1
0
Fork 0

Reordered change log items.

This commit is contained in:
Patrick Lühne 2016-06-14 18:08:32 +02:00
parent eb3d91f085
commit 5bda1c2245
1 changed files with 2 additions and 2 deletions

View File

@ -4,13 +4,13 @@
Features:
* supports input from `std::cin`
* basic support for parsing PDDL 3.1 domains and problems
* limited support for translating PDDL 3.1 domains and problems to ASP facts
* automatic language detection for PDDL and SAS
* supports input from `std::cin`
* supports colorized output
* new command-line option `--language` to explicitly specify input language
* new command-line option `--warning-level` to treat warnings as errors or to ignore warnings
* supports colorized output
* new command-line option `--color` to autodetect, enable, or disable color output
Bug Fixes: