]> git.lizzy.rs Git - rust.git/blobdiff - RELEASES.md
Fix broken link to std::rc module docs
[rust.git] / RELEASES.md
index ec291e4a242db02d16723c835752d517189ec51b..736f65dd983474e97e1a7d9eec805830f75ebc78 100644 (file)
@@ -19,8 +19,10 @@ Version 1.0.0-alpha (January 2015)
       distribution into the Cargo ecosystem so they can evolve
       separately and don't need to be stabilized as quickly, including
       'time', 'getopts', 'num', 'regex', and 'term'.
-    * Documentation continues to be expanded with more guides, more
-      API coverage and more examples.
+    * Documentation continues to be expanded with more API coverage, more
+      examples, and more in-depth explanations. The guides have been
+      consolidated into [The Rust Programming Language][trpl].
+    * "[Rust By Example][rbe]" is now maintained by the Rust team.
     * All official Rust binary installers now come with [Cargo], the
       Rust package manager.
 
@@ -61,7 +63,7 @@ Version 1.0.0-alpha (January 2015)
       even though the internals do not (e.g. structs containing unsafe
       pointers like `Arc`). These changes are intended to prevent some
       footguns and are collectively known as [opt-in built-in
-      traits][oibit] (though `Sync` and `Share` will soon become pure
+      traits][oibit] (though `Sync` and `Send` will soon become pure
       library types unknown to the compiler).
     * Operator traits now take their operands [by value][ops], and
       comparison traits can use multidispatch to compare one type
@@ -179,6 +181,8 @@ Version 1.0.0-alpha (January 2015)
 [objsafe]: https://github.com/rust-lang/rfcs/blob/master/text/0255-object-safety.md
 [assoc]: https://github.com/rust-lang/rfcs/blob/master/text/0195-associated-items.md
 [ints]: https://github.com/rust-lang/rfcs/pull/544#issuecomment-68760871
+[trpl]: http://doc.rust-lang.org/book/index.html
+[rbe]: http://rustbyexample.com/
 
 Version 0.12.0 (October 2014)
 -----------------------------