Changelog fix for #10168

This commit is contained in:
ridiculousfish 2023-12-28 13:37:47 -08:00
parent 48ef682cad
commit 534c00bdbf

View File

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