From a861baecbfce0dec9c83f11a4ef9eed13396c9c0 Mon Sep 17 00:00:00 2001 From: Martin von Zweigbergk Date: Mon, 17 Jun 2024 17:39:22 -0700 Subject: [PATCH] changelog: remove mention of `jj file cat/ls` aliases These two aliases didn't survive code review. --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59b13c028a..1c7d216365 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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