From fe32305d6ddea744187bc2b7510d32849f69fbe1 Mon Sep 17 00:00:00 2001 From: Anton Lavrevov Date: Mon, 23 Dec 2024 10:07:55 -0500 Subject: [PATCH] update CHANGELOG with new version --- CHANGELOG.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25b3c7ba..52daed32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,13 +3,12 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## 9.3.18 (2024-12-17) (unreleased) +## 9.3.17 (2024-12-23) -- Fix emoji rendering with letterSpacing - -## 9.3.17 (2024-12-02) (unreleased) - -- Fix `Arrow.getClientRect()` +- Fixed `Arrow.getClientRect()` +- Fixed emoji rendering with letterSpacing +- Fixed line-through for justify text +- Changes in letter spacing width calculations to match DOM rendering ## 9.3.16 (2024-10-21)