summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog1
-rw-r--r--debian/control4
2 files changed, 5 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index f9191c9..9a510e3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ plantuml (8024-2) UNRELEASED; urgency=medium
* Recommend graphviz, not depend on it (Closes: #793104).
* Allow non-default Java runtimes (Closes: #793110).
+ * Mention output formats in the long description (Closes: #793112).
-- Andrew Shadura <andrewsh@debian.org> Tue, 21 Jul 2015 14:48:37 +0200
diff --git a/debian/control b/debian/control
index ae67d90..6198ca3 100644
--- a/debian/control
+++ b/debian/control
@@ -26,3 +26,7 @@ Description: text-to-UML converter
- activity diagram
- component diagram
- state diagram
+ .
+ Output images can be generated in PNG, in SVG or LaTeX format.
+ PlantUML also supports generation of ASCII art diagrams (only for
+ sequence diagrams).