Skip to content

Commit dcc8869

Browse files
committed
add deriving changes to release notes
1 parent dfedcc3 commit dcc8869

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)