diff options
| author | bors <bors@rust-lang.org> | 2013-03-26 05:42:57 -0700 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2013-03-26 05:42:57 -0700 |
| commit | 51eb7dc8a719f6ae05a563109b3bbccee319263e (patch) | |
| tree | 1aca33dd5b68412fbc69a356c38ba0f6f8e29de6 | |
| parent | 125cdf52cd280ed8e82e02eedffa3dd8a0cbe42a (diff) | |
| parent | dcc88699d8f36ab35cf6b498d9d924526432db26 (diff) | |
| download | rust-51eb7dc8a719f6ae05a563109b3bbccee319263e.tar.gz rust-51eb7dc8a719f6ae05a563109b3bbccee319263e.zip | |
auto merge of #5538 : apasel422/rust/release-notes, r=sanxiyn
| -rw-r--r-- | RELEASES.txt | 3 |
1 files changed, 3 insertions, 0 deletions
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, |
