mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-14 05:53:59 +00:00
Update CHANGELOG for test extensions
This commit is contained in:
parent
fa3ca60111
commit
198ce73db5
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
---------------------------------
|
||||
|
|
Loading…
Reference in a new issue