From 0f5bd1e50615faa89f9094ea69cc6b27cd6c2342 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Tue, 18 Dec 2012 10:55:47 -0800 Subject: [PATCH] 'trait constraints' -> 'trait inheritance' --- RELEASES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASES.txt b/RELEASES.txt index 92b94fc6406..e4e3bd0fa7c 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 constraints work in many scenarios + * Trait inheritance works 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