Skip to content

Commit 008bb6f

Browse files
committed
Mention fat arrow arms in release notes
1 parent 409bc6f commit 008bb6f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

RELEASES.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Version 0.4 (September 2012)
1414
* `extern mod { ... }` is now `extern { ... }`
1515
* `use mod` is the recommended way to import modules
1616
* `pub` and `priv` replace deprecated export lists
17+
* The syntax of `match` pattern arms now uses fat arrow (=>)
1718

1819
* Semantics
1920
* Trait implementations are now coherent, ala Haskell typeclasses

0 commit comments

Comments
 (0)