Skip to content

Commit cf02c2b

Browse files
committed
etc: Update RELEASES.txt with some new features
1 parent 036b26a commit cf02c2b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

RELEASES.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Version 0.5 (December 2012)
22
---------------------------
33

4-
* ~700 changes, numerous bugfixes
4+
* ~800 changes, numerous bugfixes
55

66
* Syntax changes
77
* Removed `<-` move operator
@@ -13,6 +13,7 @@ Version 0.5 (December 2012)
1313
* `Eq` and `IterBytes` implementations can be automatically generated
1414
with `#[deriving_eq]` and `#[deriving_iter_bytes]` respectively
1515
* Removed the special crate language for `.rc` files
16+
* Function arguments may consist of any irrefutable pattern
1617

1718
* Semantic changes
1819
* `&` and `~` pointers may point to objects
@@ -24,13 +25,15 @@ Version 0.5 (December 2012)
2425
without writing `move` explicitly
2526
* `&T` may now be coerced to `*T`
2627
* Coercions happen in `let` statements as well as function calls
28+
* `use` statements now take crate-relative paths
2729

2830
* Improved support for language features
2931
* Trait inheritance is much more complete
30-
* Traits may declare default methods for the implementations to use
3132
* More support for explicit self arguments in methods - `self`, `&self`
3233
`@self`, and `~self` all generally work as expected
3334
* Static methods work in more situations
35+
* Experimental: Traits may declare default methods for the implementations
36+
to use
3437

3538
* Libraries
3639
* New condition handling system in `core::condition`

0 commit comments

Comments
 (0)