1 parent c338b9b commit 4276f69Copy full SHA for 4276f69
1 file changed
CHANGELOG.md
@@ -6,10 +6,14 @@ This file contains a short note on relevant changes to the Tokay programming lan
6
7
Current main branch.
8
9
-- Renamed `tokay.tok` into `Tokay.tok`
10
-- Re-organized build features
11
-- Bugfixes:
+### [v0.6.13] Preliminaries towards v0.7
+
+- Renamed `tokay.tok` into `Tokay.tok` (#164)
12
+- Re-organized some build features
13
+- Fixes:
14
- Handling of non-ASCII identifiers
15
+ - `repeat` should control repeating a parselet regardless of EOF
16
+ - Generic access within implicit parselet fails to compile (#130)
17
18
### [v0.6.12] Removal of any `unsafe`-stuff again, bugfix release
19
0 commit comments