summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJovansonlee Cesar <ivanceras@gmail.com>2021-07-02 00:53:31 +0800
committerJovansonlee Cesar <ivanceras@gmail.com>2021-07-02 00:53:31 +0800
commit941f3b07e776e9ac31fb380527e8c2bf1ead88d0 (patch)
tree74b3febbf4617bed2b0654ec150a48aabbc8db53
parent9a1adc8a04caa054437f51a8a714096c009a3555 (diff)
Add changelog docs
-rw-r--r--Changelog.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md
index 843189d..badf17f 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,5 +1,16 @@
# Changelog
+# 0.5.0
+- All the changes in 0.5.0-alpha.* is now on this version.
+
+## 0.5.0-alpha.12
+- Adds a parameter in the Settings to specify whether or not Arrow heads will merge with lines. The default value is false, hence the arrow heads will be rendered as polygons instead of a marker to a line
+ - Improve polygons for arrow, open circles, filled_circles, squares and diamonds
+ - Pass the settings to merge functions, so the user can opt to chose whether or not to allow mergin_line_with_shapes
+- Add DIAMETER_CIRCLE lookup and addition circle art.
+- Add a function to convert ascii to svg with an override size
+- Add default implementation for StringBuffer
+
## 0.5.0-alpha.11
- Reinstated double quote escaping of text that are not meant to be interpreted as drawing element
- Fix merging of polygons and lines, arrows and lines, circles and lines.