Mention fat arrow arms in release notes

This commit is contained in:
Brian Anderson 2012-09-17 16:04:28 -07:00
parent 409bc6fc2c
commit 008bb6fe06
1 changed files with 1 additions and 0 deletions

View File

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