diff options
| author | Brian Anderson <banderson@mozilla.com> | 2015-01-06 16:37:38 -0800 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2015-01-06 16:37:38 -0800 |
| commit | 9d073134c9845d74bfad6aae78d79d6224610069 (patch) | |
| tree | 08593f65c396b901e06fc27f5f5d6be068dac5b4 /RELEASES.md | |
| parent | 7a346a356a27e2da887f1ce5aff39b0ebb27cf88 (diff) | |
| download | rust-9d073134c9845d74bfad6aae78d79d6224610069.tar.gz rust-9d073134c9845d74bfad6aae78d79d6224610069.zip | |
Add new authors, more relnotes
Diffstat (limited to 'RELEASES.md')
| -rw-r--r-- | RELEASES.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASES.md b/RELEASES.md index 6fc3566a7ca..fc2d24131de 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,7 +1,7 @@ Version 1.0.0-alpha (January 2015) ---------------------------------- - * ~2300 changes, numerous bugfixes + * ~2400 changes, numerous bugfixes * Highlights @@ -93,6 +93,7 @@ Version 1.0.0-alpha (January 2015) * Importing the containing module or enum at the same time as items or variants they contain is [now done with `self` instead of `mod`][self], as in use `foo::{self, bar}` + * Glob imports are no longer feature-gated. * Libraries |
