Skip to content

Commit 51eb7dc

Browse files
committed
auto merge of #5538 : apasel422/rust/release-notes, r=sanxiyn
2 parents 125cdf5 + dcc8869 commit 51eb7dc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: RELEASES.txt

+3
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ Version 0.6 (March 2013)
4141
* Pattern matching over vectors improved and expanded
4242
* `const` renamed to `static` to correspond to lifetime name,
4343
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)]`
4447

4548
* Semantic changes
4649
* Types with owned pointers or custom destructors move by default,

0 commit comments

Comments
 (0)