File tree 2 files changed +13
-2
lines changed
2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1
- # 0.6.0 (unreleased )
1
+ # 0.6.0 (October 21, 2020 )
2
2
3
+ API polish in preparation for a 1.0 release.
3
4
5
+ ### Changed
6
+ - ` BufMut ` is now an ` unsafe ` trait (#432 ).
7
+ - ` BufMut::bytes_mut() ` returns ` &mut UninitSlice ` , a type owned by ` bytes ` to
8
+ avoid undefined behavior (#433 ).
9
+ - ` Buf::copy_to_bytes(len) ` replaces ` Buf::into_bytes() ` (#439 ).
10
+ - ` Buf ` /` BufMut ` utility methods are moved onto the trait and ` *Ext ` traits are
11
+ removed (#431 ).
12
+
13
+ ### Removed
14
+ - ` BufMut::bytes_vectored_mut() ` (#430 ).
15
+ - ` new ` methods on combinator types (#434 ).
4
16
5
17
# 0.5.6 (July 13, 2020)
6
18
Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ readme = "README.md"
19
19
keywords = [" buffers" , " zero-copy" , " io" ]
20
20
categories = [" network-programming" , " data-structures" ]
21
21
edition = " 2018"
22
- publish = false
23
22
24
23
[features ]
25
24
default = [" std" ]
You can’t perform that action at this time.
0 commit comments