We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 125cdf5 + dcc8869 commit 51eb7dcCopy full SHA for 51eb7dc
RELEASES.txt
@@ -41,6 +41,9 @@ Version 0.6 (March 2013)
41
* Pattern matching over vectors improved and expanded
42
* `const` renamed to `static` to correspond to lifetime name,
43
and make room for future `static mut` unsafe mutable globals.
44
+ * Replaced `#[deriving_eq]` with `#[deriving(Eq)]`
45
+ * `Clone` implementations can be automatically generated with
46
+ `#[deriving(Clone)]`
47
48
* Semantic changes
49
* Types with owned pointers or custom destructors move by default,
0 commit comments