Skip to content

Commit

Permalink
Use the term 'trait constraints' instead of 'inheritance' in release …
Browse files Browse the repository at this point in the history
…notes
  • Loading branch information
brson committed Dec 15, 2012
1 parent 99fa9c3 commit d719eac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Version 0.5 (December 2012)
* `use` statements now take crate-relative paths

* Improved support for language features
* Trait inheritance is much more complete
* Trait constraints work in many scenarios
* More support for explicit self arguments in methods - `self`, `&self`
`@self`, and `~self` all generally work as expected
* Static methods work in more situations
Expand Down

0 comments on commit d719eac

Please sign in to comment.