@@ -1,3 +1,6 @@
+2010-??-??: 2.07
+ all : fixed completion support with --remap
+
2010-08-14: 2.06
neko : change serializer to be able to handle instances of basic classes from other modules
js : add Document.createTextNode
@@ -117,6 +117,7 @@ let rec read_type_path com p =
(try
match PMap.find x com.package_rules with
| Directory d -> d :: l
+ | Remap s -> s :: l
| _ -> p
with
Not_found -> p)