File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,8 +4,15 @@ Change Log
44Not Yet Released
55----------------
66
7- Code change: <https://github.com/soasme/PeppaPEG/compare/v1.9 .0..HEAD>.
7+ Code change: <https://github.com/soasme/PeppaPEG/compare/v1.10 .0..HEAD>.
88
9+ 1.10.0 (8 Apr, 2021)
10+ -------------------
11+
12+ Code change: <https://github.com/soasme/PeppaPEG/compare/v1.9.0..v1.10.0>.
13+
14+ * [Feature]: Support `. ` (maps to [\u {1}-\u {10ffff}]). `#59 <https://github.com/soasme/PeppaPEG/pull/59 >`_
15+ * [Example]: Refactor the JSON example to use PEG API. `#58 <https://github.com/soasme/PeppaPEG/pull/58 >`_
916* [Feature]: Jsonify token AST using grammar rule name. `#57 <https://github.com/soasme/PeppaPEG/pull/57 >`_
1017* [Feature]: Added function: `P4_LoadGrammar `. `#56 <https://github.com/soasme/PeppaPEG/pull/56 >`_
1118
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ extern "C"
6161# define P4_MAJOR_VERSION 1
6262
6363/** Minor version number. */
64- # define P4_MINOR_VERSION 9
64+ # define P4_MINOR_VERSION 10
6565
6666/** Patch version number. */
6767# define P4_PATCH_VERSION 0
You can’t perform that action at this time.
0 commit comments