From cb61f7cc5e8c2c59e362dc97d7f0dbebb32b2b3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20L=C3=BChne?= Date: Sat, 14 Oct 2017 01:49:36 +0200 Subject: [PATCH] Making command-line options in change log more specific. --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26499b6..7e13771 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,10 +13,10 @@ Changes: Features: * extended PDDL parser support (`imply`, `exists`, `forall`, `when`, and `=` expressions) -* 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`) -* compatibility mode for parser, which supports more legacy domains -* new command-line option `--parsing-mode` to specify whether to apply strict or compatibility parsing rules +* new output option `--log-level` to control which status messages should be shown +* new basic option `--warnings-as-errors` to abort program execution upon warnings (replaces `--warning-level`) +* adds compatibility mode for parser, which supports more legacy domains +* new parser option `--parsing-mode` to specify whether to apply strict or compatibility parsing rules Internal: