From 198ce73db53cc8e9a2a77a917a879122f642f02a Mon Sep 17 00:00:00 2001 From: Aaron Gyes Date: Sun, 17 Jul 2022 14:18:18 -0700 Subject: [PATCH] Update CHANGELOG for test extensions --- CHANGELOG.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ea478ea4c..3500f1359 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,8 +1,9 @@ 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`). Deprecations and removed features ---------------------------------