From aa146e08b7cec6d2c8f785ade96aafb1421bea27 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 13 Feb 2025 09:11:11 +0530 Subject: [PATCH] Update the changelog --- docs/changelog.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 1a80b543a..ed2d07653 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -128,6 +128,9 @@ Detailed list of changes - Fix a regression in the previous release that broke setting of nullable colors +- Fix a regression in 0.39.0 that caused a crash on invalid Unicode with a + large number of combining characters in a single cell (:iss:`8318`) + 0.39.1 [2025-02-01] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~