diff options
Diffstat (limited to '_spacemacs.d/local/ditaa/HISTORY')
-rw-r--r-- | _spacemacs.d/local/ditaa/HISTORY | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/_spacemacs.d/local/ditaa/HISTORY b/_spacemacs.d/local/ditaa/HISTORY new file mode 100644 index 0000000..41b9339 --- /dev/null +++ b/_spacemacs.d/local/ditaa/HISTORY @@ -0,0 +1,16 @@ +Version 0.9 +* New shapes: + * Ellipse {o} + * Manual operation {mo} + * Decision {c} ("Choice") + * Trapezoid {tr} +* Eliminated memory leak +* Further parsing optimisations (pre-compiled regexes) + +Version 0.8 +* Parsing optimisation (~90% faster) +* Fixed line separation bugs +* Fixed open shape rendering bugs (missing lines) +* Generally more reliable +* Tidying-up of command-line options (now using Apache commons-cli) +* Streamlined release process |