diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 74172c646..d2ca6fe7b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 ---------------------------------