aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2016-04-09 18:06:24 +0200
committerUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2016-04-09 18:06:24 +0200
commit700a77060fe2b347e256abdb423c75a05613a690 (patch)
tree2454b9cf3b0dbb855741c58677c8ae31545b0a4c /CHANGELOG.md
parent8bdc17f571d428a62afaf5853679378047b5aafd (diff)
downloadsvg.js-700a77060fe2b347e256abdb423c75a05613a690.tar.gz
svg.js-700a77060fe2b347e256abdb423c75a05613a690.zip
fixed old target references
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 476349b..8f4f45a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,9 @@
# 2.3.1
- fixed `SVG.morph()` (#473)
+- fixed parser error (#471)
+- fixed bug in `SVG.Color` with new fx
+- fixed `radius()` for circles when animating and other related code (#477)
# 2.3.0 (30/03/2016)
- added `SVG.Point` which serves as Wrapper to the native `SVGPoint` (#437)