From 136dcac1e153504c2a1f173d7d9a0519df614b5c Mon Sep 17 00:00:00 2001 From: Martin von Zweigbergk Date: Thu, 12 Sep 2024 22:07:36 -0700 Subject: [PATCH] changelog: remove an unclear "in lieu of" I wasn't sure how to read the sentence. I think "as part of" is clearer. --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77103452d9..3a668858ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,8 +13,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). * Invalid `ui.graph.style` configuration is now an error. -* The builtin template `branch_list` has been renamed to `bookmark_list` in - lieu of the `jj branch` deprecation. +* The builtin template `branch_list` has been renamed to `bookmark_list` as part + of the `jj branch` deprecation. ### Deprecations