From 22daea86ad5a93066f232300ff233f3ef682b980 Mon Sep 17 00:00:00 2001 From: "Tobin C. Harding" Date: Fri, 29 Mar 2024 07:10:26 +1100 Subject: [PATCH] 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. --- CHANGELOG.md | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index 39bd0907..00000000 --- a/CHANGELOG.md +++ /dev/null @@ -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` -