Remove stale changelog

Somehow a stale version of the `io` crate's changelog got put in the
repo root directory. The current version is in `io/`.

Remove the changelog from the repository root.
This commit is contained in:
Tobin C. Harding 2024-03-29 07:10:26 +11:00
parent 1f7b01ae83
commit 22daea86ad
No known key found for this signature in database
GPG Key ID: 40BF9E4C269D6607
1 changed files with 0 additions and 17 deletions

View File

@ -1,17 +0,0 @@
# 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`