From a8b03fe7dfd6a03b445f3eed03eb909f789e1649 Mon Sep 17 00:00:00 2001 From: Jan Max Meyer Date: Tue, 7 Nov 2017 18:41:22 +0100 Subject: [PATCH] Changelog fixes --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ad4bb51..3f281fae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,13 @@ # Changelog -This file is used to document any relevant changes done to UniCC. +This file is used to document any relevant changes done to libphorward. ## v0.20 Released on: Outstanding -- Started use of a lexical analyzer in the build-in LR parser. -- Changed behavior of command-line tools to be pynetree compliant. +- Started use of a lexical analyzer in the build-in LR parser (very unstable!). +- Changed behavior of command-line tools to be more pynetree compliant. - Fixing an ancient bug in the DFA construction mechanism building arbitrary state orders. - New README.md and updated CHANGELOG.md