diff --git a/doc/ver.xml b/doc/ver.xml
index 3e66508..361f69e 100644
--- a/doc/ver.xml
+++ b/doc/ver.xml
@@ -4,6 +4,22 @@
- Version 4.4 Under development
-
+
+- Major new functionality: UmlDoc, a new doclet that can generate context and package
+ class diagrams integrated with the standard javadoc output. Uses the same switches
+ as UmlGraph. (Andrea Aime)
+- Removed -vebose2 option, use the standard -quiet option instead to avoid UmlDoc and
+ UmlGraph printing notices. (Andrea Aime)
+- Added -inferdepvis option, that allows to control which member of a class will be used
+ for dependency inference. Acceptable values are private, package, protected and public.
+ Makes sense when inferring dependencies without using -useimports.
+- Added -inferdepinpackage option, that enables dependency inference among classes in the
+ same package. This is disabled by default, since there is no reliable way to infer
+ them, and classes in the same package are supposed to be related anyway.
+- Support the -link flag in the same way as the standard doclet, in order to populate
+ the api doc map, used to generate image maps with links to associated external classes.
+
+
- Version 4.3 2006/03/05
-