File tree 2 files changed +23
-2
lines changed 2 files changed +23
-2
lines changed Original file line number Diff line number Diff line change
1
+ # 1.1.0 (August 25, 2021)
2
+
3
+ ### Added
4
+
5
+ - ` BufMut::put_bytes(self, val, cnt) ` (#487 )
6
+ - Implement ` From<Box<[u8]>> ` for ` Bytes ` (#504 )
7
+
8
+ ### Changed
9
+
10
+ - Override ` put_slice ` for ` &mut [u8] ` (#483 )
11
+ - Panic on integer overflow in ` Chain::remaining ` (#482 )
12
+ - Add inline tags to ` UninitSlice ` methods (#443 )
13
+ - Override ` copy_to_bytes ` for Chain and Take (#481 )
14
+ - Keep capacity when unsplit on empty other buf (#502 )
15
+
16
+ ### Documented
17
+
18
+ - Clarify ` BufMut ` allocation guarantees (#501 )
19
+ - Clarify ` BufMut::put_int ` behavior (#486 )
20
+ - Clarify actions of ` clear ` and ` truncate ` . (#508 )
21
+
1
22
# 1.0.1 (January 11, 2021)
2
23
3
24
### Changed
Original file line number Diff line number Diff line change 3
3
name = " bytes"
4
4
# When releasing to crates.io:
5
5
# - Update CHANGELOG.md.
6
- # - Create "v1.0.x " git tag.
7
- version = " 1.0.1 "
6
+ # - Create "v1.x.y " git tag.
7
+ version = " 1.1.0 "
8
8
license = " MIT"
9
9
authors = [
10
10
" Carl Lerche <[email protected] >" ,
You can’t perform that action at this time.
0 commit comments