More relnotes tweaks

This commit is contained in:
Brian Anderson 2015-11-04 16:56:23 -08:00
parent 018c468e18
commit 6b1de254d3
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
Version 1.4.0 (October 2015)
Version 1.4.0 (2015-10-29)
============================
* ~1200 changes, numerous bugfixes
@ -74,7 +74,7 @@ Libraries
prelude][pr].
* [`Extend<String>` and `FromIterator<String` are both implemented for
`String`][es].
* [`IntoIterator` is implemented for references into `Option` and
* [`IntoIterator` is implemented for references to `Option` and
`Result`][into2].
* [`HashMap` and `HashSet` implement `Extend<&T>` where `T:
Copy`][ext] as part of [RFC 839]. This will cause type inferance