File tree Expand file tree Collapse file tree 2 files changed +17
-2
lines changed
Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 1+ # 1.9.0 (November 27, 2024)
2+
3+ ### Added
4+
5+ - Add ` Bytes::from_owner ` to enable externally-allocated memory (#742 )
6+
7+ ### Documented
8+
9+ - Fix typo in Buf::chunk() comment (#744 )
10+
11+ ### Internal changes
12+
13+ - Replace BufMut::put with BufMut::put_slice in Writer impl (#745 )
14+ - Rename hex_impl! to fmt_impl! and reuse it for fmt::Debug (#743 )
15+
116# 1.8.0 (October 21, 2024)
217
318- Guarantee address in ` split_off ` /` split_to ` for empty slices (#740 )
1429
1530### Internal changes
1631
17- - Ensure BytesMut::advance reduces capacity (#728 )
32+ - Ensure BytesMut::advance reduces capacity (#728 )
1833
1934# 1.7.1 (August 1, 2024)
2035
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ name = "bytes"
44# When releasing to crates.io:
55# - Update CHANGELOG.md.
66# - Create "v1.x.y" git tag.
7- version = " 1.8 .0"
7+ version = " 1.9 .0"
88edition = " 2018"
99rust-version = " 1.39"
1010license = " MIT"
You can’t perform that action at this time.
0 commit comments