diff options
| author | Corey Farwell <coreyf@rwell.org> | 2017-02-10 23:41:37 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-02-10 23:41:37 -0500 |
| commit | 0fd89adcaa54bac1314186de66890a74c8ffe179 (patch) | |
| tree | d31f18c29bd07cb23cfbfb570334e6993e3275b5 | |
| parent | 15bec3dd637d03995d8b47859b691b81c7d5c2dc (diff) | |
| parent | e491f399147aaf09f631878d009396fc5400ddfd (diff) | |
| download | rust-0fd89adcaa54bac1314186de66890a74c8ffe179.tar.gz rust-0fd89adcaa54bac1314186de66890a74c8ffe179.zip | |
Rollup merge of #39710 - brson:151notes, r=alexcrichton
Update 1.15.1 relnotes Matching what is on stable.
| -rw-r--r-- | RELEASES.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/RELEASES.md b/RELEASES.md index 2df1a83db81..1de44ef7e6d 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,9 +1,11 @@ -Version 1.15.1 (2017-02-08) +Version 1.15.1 (2017-02-09) =========================== * [Fix IntoIter::as_mut_slice's signature][39466] +* [Compile compiler builtins with `-fPIC` on 32-bit platforms][39523] [39466]: https://github.com/rust-lang/rust/pull/39466 +[39523]: https://github.com/rust-lang/rust/pull/39523 Version 1.15.0 (2017-02-02) |
