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: ACK22daea86ad
apoelstra: ACK22daea86ad
Tree-SHA512: 17d2a7e9740afda7e601e5d58baf546f91a73f4fe0d6f0b211e4ff76ab96e9e15ed7a845b2aa6a6811f072143356f4bb7d8c134c9b514da0628a0aec836dc50d
This commit is contained in:
commit
4163641f44
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