Minor rewording in RELEASES.txt

This commit is contained in:
Tim Chevalier 2012-07-05 16:36:11 -07:00
parent 47f61c5429
commit 7f56d74072
1 changed files with 2 additions and 2 deletions

View File

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