Update RELEASES.md

This commit is contained in:
Aaron Power 2018-03-19 12:38:04 +00:00 committed by GitHub
parent f83618b9da
commit e2cf17278d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -33,7 +33,6 @@ Libraries
- [`UnsafeCell::into_inner` is now safe.][47204]
- [Implement libstd for CloudABI.][47268]
- [`Float::{from_bits, to_bits}` is now available in libcore.][46931]
- [Implement `AsRef<Path>` for Component][46985]
- [Implemented `Write` for `Cursor<&mut Vec<T>>`][46830]
- [Moved `Duration` to libcore.][46666]
@ -59,7 +58,6 @@ Cargo
Misc
----
- [Rust by example is now shipped with new releases][46196]
Compatibility Notes