diff --git a/doc/cd-model.xml b/doc/cd-model.xml
index 1f6f28b..e02b08d 100644
--- a/doc/cd-model.xml
+++ b/doc/cd-model.xml
@@ -51,6 +51,8 @@ to enclose stereotype names.
These will be automatically enclosed in guillemots.
Note that a relationship's target class is not implicitly
defined; it should also be specified using the Java class syntax.
+The target can be specified by simple name, java class lookup rules
+(imports and visibility) will be used to determine the actual class.
The following is an example of a relationship
specification and the resulting UML diagram:
diff --git a/doc/ver.xml b/doc/ver.xml
index 5f73dbe..bdb243c 100644
--- a/doc/ver.xml
+++ b/doc/ver.xml
@@ -7,6 +7,11 @@
- Correct the handling of qualified class names following
the extends keyword (Arnaud Rogues).
+- Standard class lookup for association targets. The target can be
+ specified by name without the need to include the full package
+ information, imports and standard visibility rules will be applied
+ to determine the actual class
+
- A views feature provides the ability to specify package-based
option overrides in UMLOptions like classes,
and to generate multiple diagrams out of a code base in a single pass.