8000 Merge pull request #42 from Turbo87/changelog-file · unicode-rs/unicode-xid@65b95a0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 65b95a0

Browse files
authored
Merge pull request #42 from Turbo87/changelog-file
Split off dedicated changelog file
2 parents 5d50587 + 7ed2e49 commit 65b95a0

File tree

2 files changed

+35
-37
lines changed

2 files changed

+35
-37
lines changed

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
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.

README.md

Lines changed: 0 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -22,40 +22,3 @@ fn main() {
2222

2323
unicode-xid supports a `no_std` feature. This eliminates dependence
2424
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.

0 commit comments

Comments
 (0)
0