Skip to content

Commit d719eac

Browse files
committed
Use the term 'trait constraints' instead of 'inheritance' in release notes
1 parent 99fa9c3 commit d719eac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RELEASES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Version 0.5 (December 2012)
2828
* `use` statements now take crate-relative paths
2929

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

0 commit comments

Comments
 (0)