File tree 1 file changed +20
-0
lines changed
1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,17 @@ Libraries
45
45
2.50%~ faster and in one case now 12.50% faster.
46
46
- [ Optimized ` AtomicBool::fetch_nand ` ] [ 41143 ]
47
47
48
+ Stabilized APIs
49
+ ---------------
50
+
51
+ - [ ` TryFrom ` ]
52
+ - [ ` TryInto ` ]
53
+ - [ ` HashMap::retain ` ]
54
+ - [ ` HashSet::retain ` ]
55
+ - [ ` TcpSteam::peek ` ]
56
+ - [ ` UdpSocket::peek ` ]
57
+ - [ ` UdpSocket::peek_from ` ]
58
+ - [ ` Child::try_wait ` ]
48
59
49
60
Cargo
50
61
-----
@@ -113,6 +124,15 @@ Compatibility Notes
113
124
[ cargo/3901 ] : https://github.com/rust-lang/cargo/pull/3901
114
125
[ cargo/3947 ] : https://github.com/rust-lang/cargo/pull/3947
115
126
[ cargo/3952 ] : https://github.com/rust-lang/cargo/pull/3952
127
+ [ `TryFrom` ] : https://doc.rust-lang.org/std/convert/trait.TryFrom.html
128
+ [ `TryInto` ] : https://doc.rust-lang.org/std/convert/trait.TryInto.html
129
+ [ `HashMap::retain` ] : https://doc.rust-lang.org/std/collections/struct.HashMap.html#method.retain
130
+ [ `HashSet::retain` ] : https://doc.rust-lang.org/std/collections/struct.HashSet.html#method.retain
131
+ [ `TcpSteam::peek` ] : https://doc.rust-lang.org/std/net/struct.TcpStream.html#method.peek
132
+ [ `UdpSocket::peek` ] : https://doc.rust-lang.org/std/net/struct.UdpSocket.html#method.peek
133
+ [ `UdpSocket::peek_from` ] : https://doc.rust-lang.org/std/net/struct.UdpSocket.html#method.peek_from
134
+ [ `Child::try_wait` ] : https://doc.rust-lang.org/std/process/struct.Child.html#method.try_wait
135
+
116
136
117
137
Version 1.17.0 (2017-04-27)
118
138
===========================
You can’t perform that action at this time.
0 commit comments