File tree 2 files changed +17
-2
lines changed
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
+
1
16
# 1.8.0 (October 21, 2024)
2
17
3
18
- Guarantee address in ` split_off ` /` split_to ` for empty slices (#740 )
14
29
15
30
### Internal changes
16
31
17
- - Ensure BytesMut::advance reduces capacity (#728 )
32
+ - Ensure BytesMut::advance reduces capacity (#728 )
18
33
19
34
# 1.7.1 (August 1, 2024)
20
35
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ name = "bytes"
4
4
# When releasing to crates.io:
5
5
# - Update CHANGELOG.md.
6
6
# - Create "v1.x.y" git tag.
7
- version = " 1.8 .0"
7
+ version = " 1.9 .0"
8
8
edition = " 2018"
9
9
rust-version = " 1.39"
10
10
license = " MIT"
You can’t perform that action at this time.
0 commit comments