diff --git a/CHANGELOG.md b/CHANGELOG.md index 4266d31..2289ab9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,9 @@ -2.1.4 / WIP +2.1.4 / 2016-01-03 ------------------ - More strict params count and exponent parse. - Properly correct round error on contour end. +- Never drop empty arcs. Replace with lines to avoid collisions on `S A S`. 2.1.3 / 2015-12-30 diff --git a/package.json b/package.json index 2413b4d..4c82ff1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svgpath", - "version": "2.1.3", + "version": "2.1.4", "description": "Low level toolkit for SVG paths transformations.", "keywords": [ "svg",