From 008bb6fe060e5c2b494d5727e7fe2bb3d38d0494 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Mon, 17 Sep 2012 16:04:28 -0700 Subject: [PATCH] Mention fat arrow arms in release notes --- RELEASES.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASES.txt b/RELEASES.txt index bbdf421a44e..dbe7b723261 100644 --- a/RELEASES.txt +++ b/RELEASES.txt @@ -14,6 +14,7 @@ Version 0.4 (September 2012) * `extern mod { ... }` is now `extern { ... }` * `use mod` is the recommended way to import modules * `pub` and `priv` replace deprecated export lists + * The syntax of `match` pattern arms now uses fat arrow (=>) * Semantics * Trait implementations are now coherent, ala Haskell typeclasses