forked from mirrors/jj
changelog: clarify that commit signing support is partial
This commit is contained in:
parent
6498a0cf8a
commit
98baaf23d5
1 changed files with 7 additions and 2 deletions
|
@ -48,11 +48,16 @@ No code changes (fixing Rust `Cargo.toml` stuff).
|
||||||
|
|
||||||
### New features
|
### New features
|
||||||
|
|
||||||
* Added support for commit signing and verification. This comes with
|
* Partial support for commit signing. Currently you can configure jj to "keep"
|
||||||
out-of-the-box support for the following backends:
|
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
|
* GnuPG
|
||||||
* SSH
|
* SSH
|
||||||
|
|
||||||
|
Signature verification and an explicit sign command will hopefully come soon.
|
||||||
|
|
||||||
* Templates now support logical operators: `||`, `&&`, `!`
|
* Templates now support logical operators: `||`, `&&`, `!`
|
||||||
|
|
||||||
* Templates now support the `self` keyword, which is the current commit in `jj
|
* Templates now support the `self` keyword, which is the current commit in `jj
|
||||||
|
|
Loading…
Reference in a new issue