From 7f56d740726d296b5658173a43c02a681879374a Mon Sep 17 00:00:00 2001 From: Tim Chevalier Date: Thu, 5 Jul 2012 16:36:11 -0700 Subject: [PATCH] Minor rewording in RELEASES.txt --- RELEASES.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASES.txt b/RELEASES.txt index a68220353fe..842190e6ffe 100644 --- a/RELEASES.txt +++ b/RELEASES.txt @@ -15,8 +15,8 @@ Version 0.3 (July 2012) - not yet! * Semantic cleanup * Name resolution pass and exhaustiveness checker rewritten - * Alias analysis is now done with region pointers and pointer - borrowing + * Region pointers and borrow checking supersede alias + analysis * Init-ness checking is now provided by a region-based liveness pass instead of the typestate pass; same for last-use analysis * Extensive work on region pointers