]> git.lizzy.rs Git - rust.git/blobdiff - RELEASES.md
Stabilize btree_range, closes #27787
[rust.git] / RELEASES.md
index 606936778c49a96dc4d1040aa9caaec03dd9631b..d7f28ae2909ac2a77c2d09a92ea66f9d961292df 100644 (file)
@@ -4,7 +4,6 @@ Version 1.16.0 (2017-03-16)
 Language
 --------
 
-* Lifetimes in statics and consts default to `'static`. [RFC 1623]
 * [The compiler's `dead_code` lint now accounts for type aliases][38051].
 * [Uninhabitable enums (those without any variants) no longer permit wildcard
   match patterns][38069]
@@ -5056,7 +5055,7 @@ Version 0.1  (2012-01-20)
 
    * Compiler works with the following configurations:
       * Linux: x86 and x86_64 hosts and targets
-      * MacOS: x86 and x86_64 hosts and targets
+      * macOS: x86 and x86_64 hosts and targets
       * Windows: x86 hosts and targets
 
    * Cross compilation / multi-target configuration supported.