From e44ac38eef1a2d7874a6fe8a0ea834ca9b38f026 Mon Sep 17 00:00:00 2001 From: Richard Davey Date: Thu, 2 Jan 2025 14:12:29 +0000 Subject: [PATCH] Update CHANGELOG-v3.88.md --- changelog/3.88/CHANGELOG-v3.88.md | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog/3.88/CHANGELOG-v3.88.md b/changelog/3.88/CHANGELOG-v3.88.md index 845d42317f..4a7336df55 100644 --- a/changelog/3.88/CHANGELOG-v3.88.md +++ b/changelog/3.88/CHANGELOG-v3.88.md @@ -5,6 +5,7 @@ ## Updates * `Tween.isNumberTween` is a new boolean property that tells if the Tween is a NumberTween, or not. +* The `TransformMatrix.setTransform` method has been updated so that it uses the old way of passing in matrix values for Canvas 2D. This fixes the error "Failed to execute 'setTransform' on 'CanvasRenderingContext2D': 6 arguments required, but only 1 present." in old legacy browsers such as Chromium Embedded Framework. Fix #6965 (thanks @rafa-fie) ## Bug Fixes