From 27cecbf1cf4f87b12b43dd9ae253c20598858ced Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Thu, 5 Jul 2012 00:00:49 -0700 Subject: [PATCH] Add 'const' to release notes --- RELEASES.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/RELEASES.txt b/RELEASES.txt index dc8b8b3da9a..618e1def759 100644 --- a/RELEASES.txt +++ b/RELEASES.txt @@ -27,6 +27,8 @@ Version 0.3 (July 2012) - not yet! * #!-comments for lang versioning, shell execution * Destructors and iface implementation for classes; type-parameterized classes and class methods + * 'const' type kind - types that can be used to implement + shared memory concurrency patterns * Type reflection