Skip to content

Commit e34f1a5

Browse files
authored
docs: update changelog
Signed-off-by: Rob Ede <[email protected]>
1 parent 4dc15b5 commit e34f1a5

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

CHANGELOG.md

+3-11
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
88

99
## [0.4.15](https://github.com/Nullus157/async-compression/compare/v0.4.14...v0.4.15) - 2024-10-13
1010

11-
### Other
12-
13-
- move constructors back to top of rustdoc pages
14-
- Merge pull request [#297](https://github.com/Nullus157/async-compression/pull/297) from link2xt/link2xt/passthrough-traits
15-
- Pass through `AsyncRead` and `AsyncWrite` traits
16-
- Fix tokio::bufread
17-
- Fix lifetime in futures::bufread
18-
- Fix typing error in futures::bufread
19-
- Fix typing error in tokio::bufread
20-
- Fix futures::bufread::generic::Decoder::do_poll_read impl
21-
- Fix tokio::bufread::generic::Decoder::do_poll_read impl
11+
### Feature
12+
- Implement pass-through `AsyncRead` or `AsyncWrite` where appropriate.
13+
- Relax `AsyncRead`/`AsyncWrite` bounds on `*::{get_ref, get_mut, get_pin_mut, into_inner}()` methods.
2214

2315
## [0.4.14](https://github.com/Nullus157/async-compression/compare/v0.4.13...v0.4.14) - 2024-10-10
2416

0 commit comments

Comments
 (0)