From 01fabcbe47ba7d27ae8c5278807b2278f5f0676a Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Tue, 6 Jan 2015 16:50:54 -0800 Subject: [PATCH] Soften pre-1.0 API stability commitment in relnotes --- RELEASES.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/RELEASES.md b/RELEASES.md index 07e04348225..6c81a3f211e 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -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