Skip to content

Commit

Permalink
Merge pull request #42 from Turbo87/changelog-file
Browse files Browse the repository at this point in the history
Split off dedicated changelog file
  • Loading branch information
Manishearth authored Sep 19, 2024
2 parents 5d50587 + 7ed2e49 commit 65b95a0
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 37 deletions.
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Changelog

## 0.2.6

- Update to Unicode 16.0.0.

## 0.2.5

- Update to Unicode 15.1.0.

## 0.2.4

- Update to Unicode 15.0.0.
- Replace `const` tables with `static` tables.

## 0.2.3

- Update to Unicode 14.0.0.

## 0.2.2

- Add an ASCII fast-path.

## 0.2.1

- Update to Unicode 13.0.0.
- Speed up lookup.

## 0.2.0

- Update to Unicode 12.1.0.

## 0.1.0

- Initial release.
37 changes: 0 additions & 37 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,40 +22,3 @@ fn main() {

unicode-xid supports a `no_std` feature. This eliminates dependence
on std, and instead uses equivalent functions from core.


# changelog

## 0.2.6

- Update to Unicode 16.0.0.

## 0.2.5

- Update to Unicode 15.1.0.

## 0.2.4

- Update to Unicode 15.0.0.
- Replace `const` tables with `static` tables.

## 0.2.3

- Update to Unicode 14.0.0.

## 0.2.2

- Add an ASCII fast-path.

## 0.2.1

- Update to Unicode 13.0.0.
- Speed up lookup.

## 0.2.0

- Update to Unicode 12.1.0.

## 0.1.0

- Initial release.

0 comments on commit 65b95a0

Please sign in to comment.