Skip to content

Commit

Permalink
changelog: remove mention of jj file cat/ls aliases
Browse files Browse the repository at this point in the history
These two aliases didn't survive code review.
  • Loading branch information
martinvonz committed Jun 18, 2024
1 parent 1cf53a2 commit a861bae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a861bae

Please sign in to comment.