Skip to content

Commit 0b23bc2

Browse files
committed
CHANGELOG: record changes
Signed-off-by: William Woodruff <william@trailofbits.com>
1 parent d087a39 commit 0b23bc2

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,25 @@ All versions prior to 0.9.0 are untracked.
88

99
## [Unreleased]
1010

11+
### Added
12+
13+
* API: `Signer.sign()` can now take an in-toto `Statement` as an input,
14+
producing a DSSE-formatted signature rather than a "bare" signature
15+
([#804](https://github.com/sigstore/sigstore-python/pull/804))
16+
17+
18+
* API: `SigningResult.content` has been added, representing either the
19+
`hashedrekord` entry's message signature or the `dsse` entry's envelope
20+
([#804](https://github.com/sigstore/sigstore-python/pull/804))
21+
22+
23+
### Removed
24+
25+
* API: `SigningResult.input_digest` has been removed; users who expect
26+
to access the input digest may do so by inspecting the `hashedrekord`
27+
or `dsse`-specific `SigningResult.content`
28+
([#804](https://github.com/sigstore/sigstore-python/pull/804))
29+
1130
## [2.1.0]
1231

1332
### Added

0 commit comments

Comments
 (0)