diff --git a/doc/devel/roadmap.html b/doc/devel/roadmap.html index d2158d928e4..8a49823747f 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.
  • +Possibly provide a method that will be run by the garbage +collector when an item is freed. +
  • Generics. An active topic of discussion. +
  • +Exceptions. An active topic of discussion.