Skip to content

Commit 38fd42a

Browse files
authored
chore: prepare bytes v1.2.0 (#556)
1 parent 7553a67 commit 38fd42a

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
# 1.2.0 (July 19, 2022)
2+
3+
### Added
4+
5+
- Add `BytesMut::zeroed` (#517)
6+
- Implement `Extend<Bytes>` for `BytesMut` (#527)
7+
- Add conversion from `BytesMut` to `Vec<u8>` (#543, #554)
8+
- Add conversion from `Bytes` to `Vec<u8>` (#547)
9+
- Add `UninitSlice::as_uninit_slice_mut()` (#548)
10+
- Add const to `Bytes::{len,is_empty}` (#514)
11+
12+
### Changed
13+
14+
- Reuse vector in `BytesMut::reserve` (#539, #544)
15+
16+
### Fixed
17+
18+
- Make miri happy (#515, #523, #542, #545, #553)
19+
- Make tsan happy (#541)
20+
- Fix `remaining_mut()` on chain (#488)
21+
- Fix amortized asymptotics of `BytesMut` (#555)
22+
23+
### Documented
24+
25+
- Redraw layout diagram with box drawing characters (#539)
26+
- Clarify `BytesMut::unsplit` docs (#535)
27+
128
# 1.1.0 (August 25, 2021)
229

330
### Added

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.1.0"
7+
version = "1.2.0"
88
license = "MIT"
99
authors = [
1010
"Carl Lerche <[email protected]>",

0 commit comments

Comments
 (0)