File tree Expand file tree Collapse file tree 2 files changed +35
-37
lines changed Expand file tree Collapse file tree 2 files changed +35
-37
lines changed Original file line number Diff line number Diff line change
1
+ # Changelog
2
+
3
+ ## 0.2.6
4
+
5
+ - Update to Unicode 16.0.0.
6
+
7
+ ## 0.2.5
8
+
9
+ - Update to Unicode 15.1.0.
10
+
11
+ ## 0.2.4
12
+
13
+ - Update to Unicode 15.0.0.
14
+ - Replace ` const ` tables with ` static ` tables.
15
+
16
+ ## 0.2.3
17
+
18
+ - Update to Unicode 14.0.0.
19
+
20
+ ## 0.2.2
21
+
22
+ - Add an ASCII fast-path.
23
+
24
+ ## 0.2.1
25
+
26
+ - Update to Unicode 13.0.0.
27
+ - Speed up lookup.
28
+
29
+ ## 0.2.0
30
+
31
+ - Update to Unicode 12.1.0.
32
+
33
+ ## 0.1.0
34
+
35
+ - Initial release.
Original file line number Diff line number Diff line change @@ -22,40 +22,3 @@ fn main() {
22
22
23
23
unicode-xid supports a ` no_std ` feature. This eliminates dependence
24
24
on std, and instead uses equivalent functions from core.
25
-
26
-
27
- # changelog
28
-
29
- ## 0.2.6
30
-
31
- - Update to Unicode 16.0.0.
32
-
33
- ## 0.2.5
34
-
35
- - Update to Unicode 15.1.0.
36
-
37
- ## 0.2.4
38
-
39
- - Update to Unicode 15.0.0.
40
- - Replace ` const ` tables with ` static ` tables.
41
-
42
- ## 0.2.3
43
-
44
- - Update to Unicode 14.0.0.
45
-
46
- ## 0.2.2
47
-
48
- - Add an ASCII fast-path.
49
-
50
- ## 0.2.1
51
-
52
- - Update to Unicode 13.0.0.
53
- - Speed up lookup.
54
-
55
- ## 0.2.0
56
-
57
- - Update to Unicode 12.1.0.
58
-
59
- ## 0.1.0
60
-
61
- - Initial release.
You can’t perform that action at this time.
0 commit comments