CHANGELOG path mtime

This commit is contained in:
Fabian Boehm 2022-07-18 20:47:39 +02:00
parent 407a455cfd
commit 0709b796bb

View File

@ -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
------------------------