From 5bda1c224526662448c8789cdeacbc8739d57a04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20L=C3=BChne?= Date: Tue, 14 Jun 2016 18:08:32 +0200 Subject: [PATCH] Reordered change log items. --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: