Skip to content

Commit b357deb

Browse files
committed
Try to clarify 'semantic cleanup' section of release notes
1 parent 7ff2740 commit b357deb

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

RELEASES.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,11 @@ Version 0.3 (July 2012) - not yet!
1515

1616
* Semantic cleanup
1717
* Resolve pass and exhaustiveness checker rewritten
18-
* Borrow-check taking over from alias-analysis
19-
* Liveness taking over from last-use, typestate
18+
* Alias analysis is now done with region pointers and
19+
pointer borrowing
20+
* Initness checking is now provided by a region-based
21+
liveness pass instead of the typestate pass. Same
22+
for last-use analysis
2023
* Extensive work on region pointers
2124

2225
* Experimental new language features

0 commit comments

Comments
 (0)