Merge rust-bitcoin/rust-bitcoin#2640: Remove stale changelog

22daea86ad Remove stale changelog (Tobin C. Harding)

Pull request description:

  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.

ACKs for top commit:
  sanket1729:
    ACK 22daea86ad
  apoelstra:
    ACK 22daea86ad

Tree-SHA512: 17d2a7e9740afda7e601e5d58baf546f91a73f4fe0d6f0b211e4ff76ab96e9e15ed7a845b2aa6a6811f072143356f4bb7d8c134c9b514da0628a0aec836dc50d
This commit is contained in:
Andrew Poelstra 2024-03-28 21:35:07 +00:00
commit 4163641f44
No known key found for this signature in database
GPG Key ID: C588D63CE41B97C1
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`