Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Libraries
---------

* Stabilized APIs:
[`Read::read_exact`], [`ErrorKind::UnexpectedEof`] (renamed from
[`Read::read_exact`], [`ErrorKind::UnexpectedEof`][] (renamed from
`UnexpectedEOF`), [`fs::DirBuilder`], [`fs::DirBuilder::new`],
[`fs::DirBuilder::recursive`], [`fs::DirBuilder::create`],
[`os::unix::fs::DirBuilderExt`],
Expand All @@ -29,10 +29,10 @@ Libraries
[`collections::hash_set::HashSet::drain`],
[`collections::binary_heap::Drain`],
[`collections::binary_heap::BinaryHeap::drain`],
[`Vec::extend_from_slice`] (renamed from `push_all`),
[`Vec::extend_from_slice`][] (renamed from `push_all`),
[`Mutex::get_mut`], [`Mutex::into_inner`], [`RwLock::get_mut`],
[`RwLock::into_inner`], [`Iterator::min_by_key`] (renamed from
`min_by`), [`Iterator::max_by_key`] (renamed from `max_by`).
[`RwLock::into_inner`], [`Iterator::min_by_key`][] (renamed from
`min_by`), [`Iterator::max_by_key`][] (renamed from `max_by`).
* The [core library][1.6co] is stable, as are most of its APIs.
* [The `assert_eq!` macro supports arguments that don't implement
`Sized`][1.6ae], such as arrays. In this way it behaves more like
Expand Down