From dbaa3f392f24ad58ea94b7d3c7b99f919fab7e90 Mon Sep 17 00:00:00 2001 From: apalala Date: Tue, 23 Apr 2019 13:17:20 -0400 Subject: [PATCH] # [master] [changelog] reorder items --- CHANGELOG.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index efa896ab..5a96550b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -21,11 +21,11 @@ The format of this *Change Log* is inspired by `keeapachangelog.org`_. * The default regexp for whitespace was changed to ``(?s)\s+` * Allow empty patterns (``//``) like Python does -* `#89`_ Make all attributes defined in the rule present in the resulting ``AST`` or ``Node`` even if the associated expression was not parsed * `#65`_ Allow initial, consecutive, and trailing ``@namechars`` * `#73`_ Allow ``@@whitespace :: None`` and ``@@whitespace :: False`` * `#75`_ Complete implemenation of left recursion(`@Victorious3`_) * `#77`_ Allow ``@keyword`` throughout the grammar +* `#89`_ Make all attributes defined in the rule present in the resulting ``AST`` or ``Node`` even if the associated expression was not parsed * `#93`_ Fix trace colorization on Windows * `#96`_ Documented each ``@@directive`` * Switched the documentation to the "Alabaster" theme