From 4552c5b3f7361c9410ef5b46c001302d6f0846b5 Mon Sep 17 00:00:00 2001 From: Anton Lavrenov Date: Sat, 12 Mar 2022 22:51:24 -0500 Subject: [PATCH] update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 255e43fe..f926cce6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +- Fix characters positions calculations on `fontFamily` changes in `TextPath`. +- Remove rounding in `node.getClientRect()` results - Fix event object on `transformstart` event. ## 8.3.3 (2022-03-23)