From d719eac8aa0816212194449ea962a3a818aac9dc Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Fri, 14 Dec 2012 19:25:58 -0800 Subject: [PATCH] Use the term 'trait constraints' instead of 'inheritance' in release notes --- RELEASES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASES.txt b/RELEASES.txt index c389b31d8d361..ac3a3e8560f95 100644 --- a/RELEASES.txt +++ b/RELEASES.txt @@ -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