aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2024-06-18 11:19:22 +0200
committerUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2024-06-18 11:19:22 +0200
commitfe9e2ad7e0a121f5f7fc5b8801f537637619a3bb (patch)
tree7e0d5bc53e7267e760f7cf21208b769037bc0e4c
parent050e5a7677859643a0b4d82a3bc5491149d9e277 (diff)
downloadsvg.js-fe9e2ad7e0a121f5f7fc5b8801f537637619a3bb.tar.gz
svg.js-fe9e2ad7e0a121f5f7fc5b8801f537637619a3bb.zip
fix typo in changelog
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a989630..3548fca 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,7 +11,7 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http:
### Fixed
- skip descriptive elements on rebuild and `toParent()` (#1304)
-- allow 0 as animation duration and delay (#1125)
+- allow 0 as animation duration and delay (#1225)
- allow nodes that are not imported yet (#1252)
- only apply color conversion to attributes that can take a color (#1241)
- support css vars (#1230)