Skip to content

Commit 5a35f02

Browse files
committed
Update relnotes for a 2017-02-09 release date
1 parent 0667f1c commit 5a35f02

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

RELEASES.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
Version 1.15.1 (2017-02-08)
1+
Version 1.15.1 (2017-02-09)
22
===========================
33

44
* [Fix IntoIter::as_mut_slice's signature][39466]
5+
* [Compile compiler builtins with `-fPIC` on 32-bit platforms][39523]
56

67
[39466]: https://github.com/rust-lang/rust/pull/39466
8+
[39523]: https://github.com/rust-lang/rust/pull/39523
79

810

911
Version 1.15.0 (2017-02-02)
@@ -971,7 +973,7 @@ Tooling
971973
* [Test binaries now support a `--test-threads` argument to specify the number
972974
of threads used to run tests, and which acts the same as the
973975
`RUST_TEST_THREADS` environment variable]
974-
(https://github.com/rust-lang/rust/pull/35414)
976+
(https://github.com/rust-lang/rust/pull/35414)
975977
* [The test runner now emits a warning when tests run over 60 seconds]
976978
(https://github.com/rust-lang/rust/pull/35405)
977979
* [rustdoc: Fix methods in search results]

0 commit comments

Comments
 (0)