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 ----------------