## 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
====