diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2024-06-18 11:19:22 +0200 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2024-06-18 11:19:22 +0200 |
commit | fe9e2ad7e0a121f5f7fc5b8801f537637619a3bb (patch) | |
tree | 7e0d5bc53e7267e760f7cf21208b769037bc0e4c | |
parent | 050e5a7677859643a0b4d82a3bc5491149d9e277 (diff) | |
download | svg.js-fe9e2ad7e0a121f5f7fc5b8801f537637619a3bb.tar.gz svg.js-fe9e2ad7e0a121f5f7fc5b8801f537637619a3bb.zip |
fix typo in changelog
-rw-r--r-- | CHANGELOG.md | 2 |
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) |