diff options
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -2,7 +2,7 @@ Change Log ========== -Version 3.0.8 - (under development) +Version 3.0.8 - --------------- - API CHANGE: modified pyproject.toml to require Python version 3.6.8 or later for pyparsing 3.x. Earlier minor versions of 3.6 @@ -26,6 +26,9 @@ Version 3.0.8 - (under development) - Fixed bug in railroad diagramming with expressions containing `Combine` elements. Reported by Jeremy White, thanks! +- Added `show_groups` argument to `create_diagram` to highlight grouped + elements with an unlabeled bounding box. + - Added `unicode_denormalizer.py` to the examples as a demonstration of how Python's interpreter will accept Unicode characters in identifiers, but normalizes them back to ASCII so that identifiers |