From 0709b796bb91c779a8fd2778fbb2f54f98c5cbf6 Mon Sep 17 00:00:00 2001 From: Fabian Boehm Date: Mon, 18 Jul 2022 20:47:39 +0200 Subject: [PATCH] CHANGELOG path mtime --- CHANGELOG.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f68967048..24a54985d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -12,6 +12,7 @@ Scripting improvements ---------------------- - ``argparse`` can now be used without option specifications, to allow using --min-args, --max-args or for commands that take no options (but might in future) (:issue:`9006`). - ``set --show`` now shows when a variable was inherited from fish's parent process, which should help with debugging (:issue:`9029`). +- ``path`` gained a new ``mtime`` command to print the modification time stamp for files. This can be used e.g. to handle cache file ages (:issue:`9057`). Interactive improvements ------------------------