Soften pre-1.0 API stability commitment in relnotes

This commit is contained in:
Brian Anderson 2015-01-06 16:50:54 -08:00
parent 0cddbd6e77
commit 01fabcbe47
1 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,8 @@ Version 1.0.0-alpha (January 2015)
though there is a significant amount of cleanup and bugfixes
remaining.
* Nearly 50% of the public API surface of the standard library has
been declared 'stable'. Those interfaces will not change.
been declared 'stable'. Those interfaces are unlikely to change
before 1.0.
* Most crates that are not `std` have been moved out of the Rust
distribution into the Cargo ecosystem so they can evolve
separately and don't need to be stabilized as quickly, including