From 98baaf23d547acc21d2b9762ae09ddef3a62fe9c Mon Sep 17 00:00:00 2001 From: Martin von Zweigbergk Date: Thu, 7 Mar 2024 22:30:40 -0800 Subject: [PATCH] changelog: clarify that commit signing support is partial --- CHANGELOG.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 626f9e377..4ebcb160c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -48,11 +48,16 @@ No code changes (fixing Rust `Cargo.toml` stuff). ### New features -* Added support for commit signing and verification. This comes with - out-of-the-box support for the following backends: +* Partial support for commit signing. Currently you can configure jj to "keep" + commit signatures by making new ones for rewritten commits, and to sign new + commits when they are created. + + This comes with out-of-the-box support for the following backends: * GnuPG * SSH + Signature verification and an explicit sign command will hopefully come soon. + * Templates now support logical operators: `||`, `&&`, `!` * Templates now support the `self` keyword, which is the current commit in `jj