Use the term 'trait constraints' instead of 'inheritance' in release notes

This commit is contained in:
Brian Anderson 2012-12-14 19:25:58 -08:00
parent 99fa9c3cab
commit d719eac8aa
1 changed files with 1 additions and 1 deletions

View File

@ -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