CHANGELOG: work on 3.8.0

This commit is contained in:
David Adam 2023-12-29 23:48:44 +08:00
parent 182a42becc
commit c02cb3b260

View file

@ -42,11 +42,7 @@ Improved prompts
Completions
^^^^^^^^^^^
- Added or improved completions for:
- ``curl`` (:issue:`9863`).
- ``java_home`` (:issue:`9998`).
- ``crc`` (:issue:`10034`).
- ``oc`` (:issue:`10034`).
- Added completions for:
Improved terminal support
^^^^^^^^^^^^^^^^^^^^^^^^^
@ -57,7 +53,6 @@ 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
----------------