From c02cb3b260a4eed871cc7d256ea5a413ea62c885 Mon Sep 17 00:00:00 2001 From: David Adam Date: Fri, 29 Dec 2023 23:48:44 +0800 Subject: [PATCH] CHANGELOG: work on 3.8.0 --- CHANGELOG.rst | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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 ----------------