From e348eb3b0a30dd8376c6091fcf3ca26e3623a1df Mon Sep 17 00:00:00 2001 From: Andrea Bogazzi Date: Sun, 23 Jun 2024 22:09:42 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a95ccccaa64..60431b95188 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## [next] -- Reduce some calls to setCoords() [#9795](https://github.com/fabricjs/fabric.js/pull/9795) +- perf(): Reduce some calls to setCoords() [#9795](https://github.com/fabricjs/fabric.js/pull/9795) - chore(TS): svg reviver is optional [#9935](https://github.com/fabricjs/fabric.js/pull/9935) - refactor(filters): Remove mainParameter, add stronger types to filters, refactor getUniformLocations [#9933](https://github.com/fabricjs/fabric.js/pull/9933) - refactor(): remove strict parameter for ancestry. [#9918](https://github.com/fabricjs/fabric.js/pull/9918)