Skip to content

Commit

Permalink
add deriving changes to release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
apasel422 committed Mar 26, 2013
1 parent dfedcc3 commit dcc8869
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions RELEASES.txt
Expand Up @@ -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,
Expand Down

5 comments on commit dcc8869

@bors
Copy link
Contributor

@bors bors commented on dcc8869 Mar 26, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on dcc8869 Mar 26, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging apasel422/rust/release-notes = dcc8869 into auto

@bors
Copy link
Contributor

@bors bors commented on dcc8869 Mar 26, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

apasel422/rust/release-notes = dcc8869 merged ok, testing candidate = 51eb7dc

@bors
Copy link
Contributor

@bors bors commented on dcc8869 Mar 26, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on dcc8869 Mar 26, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding incoming to auto = 51eb7dc

Please sign in to comment.