From 534c00bdbf3abb774871ea3be96539147242264b Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Thu, 28 Dec 2023 13:37:47 -0800 Subject: [PATCH] Changelog fix for #10168 --- CHANGELOG.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3a208f6e1..a9f8c7ccd 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -57,6 +57,7 @@ Other improvements - An integer overflow in ``string repeat`` leading to a near-infinite loop has been fixed (:issue:`9899`). - ``string shorten`` behaves better in the presence of non-printable characters, including fixing an integer overflow that shortened strings more than intended. (:issue:`9854`) - ``string pad`` no longer allows non-printable characters as padding. (:issue:`9854`) +- The colors of the Nord theme better match their official style (:issue:`10168`). For distributors ----------------