File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 44
55Released 2018-??-??
66
7- * Fixed the semantics of [ ` opt ` ] ( Rule-Reference.md#opt-r- ) and [ ` until ` ] ( Rule-Reference.md#until-r-s- ) to work as documented in some rare edge cases.
7+ * Fixed the [ ` opt ` ] ( Rule-Reference.md#opt-r- ) and [ ` until ` ] ( Rule-Reference.md#until-r-s- ) to work as documented in some rare edge cases.
8+ * Optimized some included grammars by using [ ` opt_must ` ] ( Rule-Reference.md#opt_must-r-s- ) and [ ` star_must ` ] ( Rule-Reference.md#star_must-r-s- ) .
89
910## 2.5.1
1011
@@ -223,7 +224,7 @@ Released 2015-11-12
223224
224225Released 2015-09-21
225226
226- * Added ` file_parser ` as alias for ` mmap_parser ` or ` read_parser ` depending on availability of the former.
227+ * Added ` file_parser ` as alias for ` mmap_parser ` or ` read_parser ` depending on availability of the former.
227228* Added Clang 3.7 to the automated tests.
228229* Added Mac OS X with Xcode 6 and Xcode 7 to the automated tests.
229230* Added coverage test and improved test coverage to 100%.
You can’t perform that action at this time.
0 commit comments