summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/devel/roadmap.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/devel/roadmap.html b/doc/devel/roadmap.html
index d2158d928..8a4982374 100644
--- a/doc/devel/roadmap.html
+++ b/doc/devel/roadmap.html
@@ -32,7 +32,12 @@ Possibly rewrite restriction on goto across variable declarations.
Variant types. A way to define a type as being the union of some set
of types.
<li>
+Possibly provide a method that will be run by the garbage
+collector when an item is freed.
+<li>
Generics. An active topic of discussion.
+<li>
+Exceptions. An active topic of discussion.
</ul>
<h3 id="Implementation_roadmap">