CHANGELOG path

This commit is contained in:
Fabian Homborg 2022-05-29 21:11:37 +02:00
parent e6136f08fb
commit f148a0ec35

View File

@ -5,6 +5,9 @@ Notable improvements and fixes
------------------------------
- ``jobs`` now correctly reports CPU usage as a percentage, instead of as a number of clock ticks (:issue:`8919`).
- ``process-exit`` events now fire when the process exits even if the job has not yet exited, fixing a regression in 3.4.1 (:issue:`8914`).
- A new ``path`` builtin to filter and transform paths (:issue:`7658`, :issue:`8958`). For example, to list all the separate extensions used on files in /usr/share/man::
path filter -f /usr/share/man/** | path change-extension '' | path extension | path sort -u
Deprecations and removed features
---------------------------------