summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Changelog.md6
-rw-r--r--svgbob/Cargo.toml2
2 files changed, 7 insertions, 1 deletions
diff --git a/Changelog.md b/Changelog.md
index e8ce445..843189d 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,4 +1,10 @@
# Changelog
+
+## 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.
+- Disabled merging of marker_line to any other shape for now.
+
## 0.5.0-alpha.4
- update to sauron `0.24.0`
diff --git a/svgbob/Cargo.toml b/svgbob/Cargo.toml
index 773cafa..30274b2 100644
--- a/svgbob/Cargo.toml
+++ b/svgbob/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "svgbob"
-version = "0.5.0-alpha.10"
+version = "0.5.0-alpha.11"
authors = ["Jovansonlee Cesar <ivanceras@gmail.com>"]
edition = "2018"
description = "Transform your ascii diagrams into happy little SVG"