diff --git a/CHANGELOG.md b/CHANGELOG.md index 75453b6..269bf59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: