diff --git a/CHANGELOG.rst b/CHANGELOG.rst index a9f8c7ccd..32278a8fc 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 ----------------