From dcc88699d8f36ab35cf6b498d9d924526432db26 Mon Sep 17 00:00:00 2001 From: Andrew Paseltiner Date: Sun, 24 Mar 2013 08:57:58 -0400 Subject: [PATCH] add deriving changes to release notes --- RELEASES.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/RELEASES.txt b/RELEASES.txt index 34cb2983820..f9b7c0730b8 100644 --- a/RELEASES.txt +++ b/RELEASES.txt @@ -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,