diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2019-01-14 11:01:25 +0100 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2019-01-14 11:01:25 +0100 |
commit | aec779cb019b5ad1c2ea709d9bf8e93d3d1e0c87 (patch) | |
tree | 41ec3b5c369374c33750091d291320aa3de8bc7c /CHANGELOG.md | |
parent | 1388b1f67b18cb2bc561840079f981253fa1643e (diff) | |
download | svg.js-aec779cb019b5ad1c2ea709d9bf8e93d3d1e0c87.tar.gz svg.js-aec779cb019b5ad1c2ea709d9bf8e93d3d1e0c87.zip |
fixed `textPath()` and `path().text()`
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index af23509..145ebf5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http: ==== +## [3.0.10] - 2018-01-14 + +### Fixed + - fixed `textPath()` and `path().text()` + ## [3.0.9] - 2018-01-14 ### Fixed @@ -791,6 +796,9 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http: <!-- Headings above link to the releases listed here --> +[3.0.10]: https://github.com/svgdotjs/svg.js/releases/tag/3.0.10 +[3.0.9]: https://github.com/svgdotjs/svg.js/releases/tag/3.0.9 +[3.0.8]: https://github.com/svgdotjs/svg.js/releases/tag/3.0.8 [3.0.7]: https://github.com/svgdotjs/svg.js/releases/tag/3.0.7 [3.0.6]: https://github.com/svgdotjs/svg.js/releases/tag/3.0.6 [3.0.5]: https://github.com/svgdotjs/svg.js/releases/tag/3.0.5 |