From d8b2aa972083f1af10846e462bfc0b87d3208705 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20L=C3=BChne?= Date: Fri, 13 Oct 2017 17:46:51 +0200 Subject: [PATCH] Updated change log with new command interface. --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fd9442..6cb7ddd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,14 @@ ## (unreleased) +Changes: + +* introduces new command-line interface based on `plasp` subcommands +* adds `plasp translate` command as a replacement for former plain `plasp` calls + Features: * 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`) * compatibility mode for parser, which supports more legacy domains