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:
parent
1f7b01ae83
commit
22daea86ad
17
CHANGELOG.md
17
CHANGELOG.md
|
@ -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`
|
|
||||||
|
|
Loading…
Reference in New Issue