io: Add changelog

In preparation for an initial release; add a changelog file.

The version number is already set to `v0.1.0`.
This commit is contained in:
Tobin C. Harding 2024-02-05 13:14:34 +11:00
parent 4544f5d3c2
commit a464ec66a7
No known key found for this signature in database
GPG Key ID: 40BF9E4C269D6607
1 changed files with 17 additions and 0 deletions

17
CHANGELOG.md Normal file
View File

@ -0,0 +1,17 @@
# 0.1.0 - 2024-02-13
Initial release of the `io` crate. Includes the following traits:
- `Read`
- `BufRead`
- `Write`
And types:
- `Result`
- `Error`
- `ErrorKind`
- `Take`
- `Cursor`
- `Sink`