changelog: remove mention of jj file cat/ls aliases

These two aliases didn't survive code review.
This commit is contained in:
Martin von Zweigbergk 2024-06-17 17:39:22 -07:00 committed by Martin von Zweigbergk
parent 1cf53a25f4
commit a861baecbf

View file

@ -26,11 +26,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* `jj split --siblings` is deprecated in favor of `jj split --parallel` (to
match `jj parallelize`).
* `jj file print` (aka `jj file cat`) replaces `jj cat`.
* `jj file print` replaces `jj cat`.
* `jj file chmod` replaces `jj chmod`.
* `jj file list` (aka `jj file ls`) replaces `jj files`.
* `jj file list` replaces `jj files`.
### New features