summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7e37ea2..ac62928 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -30,8 +30,20 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http:
## UNRELEASED 2.4.1
+### Added
+- added a plot and array method to SVG.TextPath (#582)
+
### Changed
- changed CHANGELOG to follow the conventions described in [“Keep a CHANGELOG”](http://keepachangelog.com) (#578)
+- make the method plot a getter when no parameter is passed for SVG.Polyline,SVG.Polygon, SVG.Line, SVG.Path (related #547)
+- allow SVG.PointArray to be passed flat array
+- change the regexp SVG.PointArray use to parse string to allow more flexibility in the way spaces and commas can be used
+- allow plot to be called with 4 parameters when animating an SVG.Line
+- relative value for SVG.Number are now calculated in its morph method (related #547)
+- clean up the implementation of the `initAnimation` method of the FX module (#547, #552, #584)
+
+### Fixed
+- fixed a bug in the plain morphing part of SVG.MorphObj that is in the FX module
====