From 5851e43722bf9596a50863ac9aba43a051d4afb2 Mon Sep 17 00:00:00 2001 From: Diomidis Spinellis Date: Sun, 13 May 2012 20:58:52 +0300 Subject: [PATCH] Document release * Add release data * Add new version placeholder * Document GitHub move * Fix XML tag --- doc/ver.xml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/doc/ver.xml b/doc/ver.xml index 11ba308..fcccecf 100644 --- a/doc/ver.xml +++ b/doc/ver.xml @@ -3,14 +3,19 @@
-
Version 5.5 Under development
+
Version 5.6 Under development
+
+ +
Version 5.5 2012-05-13
  • Added ability to make aggregate relationships (@has and -@composed) navigable through the new @navhas +@composed) navigable through the new @navhas and @navcomposed relationships. (Contributed by Alan Jeffrey.)
  • Make UMLGraphDoc generation compatible with JDK 7 (Contributed by Stefano Martina.)
  • +
  • Moved project's source code repository hosting to +GitHub.
  • Various documentation improvements.