From ff782a8642b1242bee171556410e9e81ec94fc77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20L=C3=BChne?= Date: Tue, 20 Jun 2017 01:59:33 +0200 Subject: [PATCH] Updated change log with internal switch to PDDL parsing library. --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c03c7d7..d27fdb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,10 @@ Features: * 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`) +Internal: + +* reimplemented PDDL parser from scratch as stand-alone library `pddlparse` + ## 3.0.3 (2016-09-02) Bug Fixes: