From 7439c2e99d017fe5551aeb83bb44671eee7d9672 Mon Sep 17 00:00:00 2001 From: Dima Chechetkin <47544841+dmitriic@users.noreply.github.com> Date: Wed, 11 Sep 2019 16:17:52 -0400 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index b861edc..c0fccd1 100644 --- a/README.md +++ b/README.md @@ -100,6 +100,13 @@ This allows based on Linker-parser evaluators calculate results of mathematical For any questions or issues -- please either open a github issue in this project or tweet directly at [chedim](http://twitter.com/chedim) and I will do my best to help you. It would help me a lot if you include definitions for your failing rules in the message ;-) ## Version History +* 0.7.1 + - Various bugfixes and enhancements + - IgnoreCharacters.inherit now will be false by default + - Adds option to skip trailing characters from a list + - Adds option to create variant tokens ignored by parser + - Logging improvements + - Fixes VariantToken's pullback logic * 0.7 * Support for mathematical equations based on token priority; * Improved token position reporting