From 969e8b76a184ce3083c7854a986baf3f279b5c81 Mon Sep 17 00:00:00 2001 From: John Clements Date: Tue, 26 Mar 2013 13:56:49 -0700 Subject: [PATCH] added note about #[macro_escape] --- RELEASES.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/RELEASES.txt b/RELEASES.txt index f9b7c0730b8..47ddd77ad9e 100644 --- a/RELEASES.txt +++ b/RELEASES.txt @@ -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`