From c312d2281bfa661684423aaa98be9b4ee908fa49 Mon Sep 17 00:00:00 2001 From: Aaron Gyes Date: Sun, 17 Jul 2022 14:38:35 -0700 Subject: [PATCH] fixup --- CHANGELOG.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3500f1359..f68967048 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,7 +1,7 @@ fish 3.6.0 (released ???) =================================== -Notable improvements and fixes +Notable improvements and fixes ------------------------------ - ``test`` aka ``[``: implemented ``-ot`` (older than) and ``-nt`` (newer than) operators to compare file modification times, and ``-ef`` to compare identity, common extensions (:issue:`3589`).