From ff0f2abd0e3385f94da5057e9fd4bc1fb1c74b94 Mon Sep 17 00:00:00 2001 From: Zach Bjornson Date: Thu, 28 Dec 2023 14:59:49 -0800 Subject: [PATCH] Move a changelog entry --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ccc8e7f7..de18c3bef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,6 @@ project adheres to [Semantic Versioning](http://semver.org/). ### Changed ### Added ### Fixed -* fix the wrong type of setTransform 3.0.0 ================== @@ -34,6 +33,7 @@ This release notably changes to using N-API. 🎉 * Fix a case of use-after-free. (#2229) * Fix usage of garbage value by filling the allocated memory entirely with zeros if it's not modified. (#2229) * Fix a potential memory leak. (#2229) +* Fix the wrong type of setTransform 2.11.2 ==================