From 46cd4de85498974865ad5623c5d371df835c97b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20L=C3=BChne?= Date: Thu, 31 Aug 2017 19:29:54 +0200 Subject: [PATCH] Updated changelog with parser support for equalities. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d33034..1fd9442 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ Features: -* extended PDDL parser support (`imply`, `exists`, `forall`, and `when` expressions) +* 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`)