From 6a910dadeab919462916f359639fe50807038544 Mon Sep 17 00:00:00 2001 From: Zeno Zeng Date: Wed, 3 Aug 2022 23:38:37 +0800 Subject: [PATCH] docs: update CHANGELOG for #19, for #21 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8d52c3..c9d3e2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ ## CHANGELOG +### v2.5.0 + +- fix: ellipse translate and rotate problem ([Chris Waters](https://github.com/k1w1)) https://github.com/zenozeng/svgcanvas/pull/19 +- fix: scale lineWidth ([Chris Waters](https://github.com/k1w1)) https://github.com/zenozeng/svgcanvas/pull/21 + ### v2.4.0 - fix: rendering of arcTo when a scale is applied ([Chris Waters](https://github.com/k1w1)) [#17](https://github.com/zenozeng/svgcanvas/pull/17)