]> git.lizzy.rs Git - rust.git/commitdiff
add deriving changes to release notes
authorAndrew Paseltiner <apaseltiner@gmail.com>
Sun, 24 Mar 2013 12:57:58 +0000 (08:57 -0400)
committerAndrew Paseltiner <apaseltiner@gmail.com>
Tue, 26 Mar 2013 10:32:27 +0000 (06:32 -0400)
RELEASES.txt

index 34cb29838203c9b07cb76576673a9a4471639ab5..f9b7c0730b8e1a54394c91f29c1d733c48497acf 100644 (file)
@@ -41,6 +41,9 @@ Version 0.6 (March 2013)
       * Pattern matching over vectors improved and expanded
       * `const` renamed to `static` to correspond to lifetime name,
         and make room for future `static mut` unsafe mutable globals.
+      * Replaced `#[deriving_eq]` with `#[deriving(Eq)]`
+      * `Clone` implementations can be automatically generated with
+        `#[deriving(Clone)]`
 
    * Semantic changes
       * Types with owned pointers or custom destructors move by default,