Skip to content

Commit

Permalink
auto merge of rust-lang#5567 : jbclements/rust/release-note-macro-esc…
Browse files Browse the repository at this point in the history
…ape, r=thestinger
  • Loading branch information
bors committed Mar 27, 2013
2 parents 30b1957 + 969e8b7 commit 4de9a94
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions RELEASES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ Version 0.6 (March 2013)
* Pattern matching over vectors improved and expanded
* Typechecking of closure types has been overhauled to
improve inference and eliminate unsoundness
* Macros leave scope at the end of modules, unless that module is
tagged with #[macro_escape]

* Libraries
* Added big integers to `std::bigint`
Expand Down

0 comments on commit 4de9a94

Please sign in to comment.