Skip to content

Commit 92218d0

Browse files
authored
Added Stabilised APIs section
1 parent 322a1c4 commit 92218d0

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

RELEASES.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,17 @@ Libraries
4545
2.50%~ faster and in one case now 12.50% faster.
4646
- [Optimized `AtomicBool::fetch_nand`][41143]
4747

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`]
4859

4960
Cargo
5061
-----
@@ -113,6 +124,15 @@ Compatibility Notes
113124
[cargo/3901]: https://github.com/rust-lang/cargo/pull/3901
114125
[cargo/3947]: https://github.com/rust-lang/cargo/pull/3947
115126
[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+
116136

117137
Version 1.17.0 (2017-04-27)
118138
===========================

0 commit comments

Comments
 (0)