Skip to content

Commit f0b76a1

Browse files
committed
Add bullet point for grammars using opt_must and star_must
1 parent 9e0e22e commit f0b76a1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/Changelog.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44

55
Released 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

224225
Released 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%.

0 commit comments

Comments
 (0)