summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2016-10-12 18:18:36 +0200
committerUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2016-10-12 18:18:36 +0200
commit42664efc087efacec3d44af87919a7305720c9bc (patch)
treeaf1c8ff967c718bb38d6d0a90cea4cb7341bb199 /CHANGELOG.md
parent26ac29a1431103b037003b97e4ce52cd3bc5a401 (diff)
downloadsvg.js-42664efc087efacec3d44af87919a7305720c9bc.tar.gz
svg.js-42664efc087efacec3d44af87919a7305720c9bc.zip
Removed wrong tests in sugar.js, fixed remaining tests. Made fill and stroke a nop when no argument given
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 84cbf88..5d6840f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,9 @@
- updated dependencies
- added `npm run build` to build a new version of SVG.js without requiring gulp to be globally installed
+# 2.3.5
+- calling `fill()`, `stroke()` without an argument is now a nop
+
# 2.3.4 (04.08.2016)
- reworked parent module for speed improvemenents
- reworked `filterSVGElements` utility to use and a for loop instead of the native filter function