about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2012-12-19 14:43:47 -0800
committerBrian Anderson <banderson@mozilla.com>2012-12-19 14:43:58 -0800
commitbb66fce3671f28a880ac7e8b2bfd8d76fe0eb4db (patch)
tree3c2b1e0d01fc5fb7f7c876726f9a725496ee485a
parentdac88fa7e6b9ca14d352981183073e0f8d7d96ae (diff)
downloadrust-bb66fce3671f28a880ac7e8b2bfd8d76fe0eb4db.tar.gz
rust-bb66fce3671f28a880ac7e8b2bfd8d76fe0eb4db.zip
Mention module/type namespace merge in release notes
-rw-r--r--RELEASES.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/RELEASES.txt b/RELEASES.txt
index cafbe059b44..b3b81964d85 100644
--- a/RELEASES.txt
+++ b/RELEASES.txt
@@ -26,6 +26,9 @@ Version 0.5 (December 2012)
       * `&T` may now be coerced to `*T`
       * Coercions happen in `let` statements as well as function calls
       * `use` statements now take crate-relative paths
+      * The module and type namespaces have been merged so that static
+        method names can be resolved under the trait in which they are
+        declared
 
    * Improved support for language features
       * Trait inheritance works in many scenarios