Skip to content

Commit c6f4903

Browse files
committed
CHANGELOG: record changes
Signed-off-by: William Woodruff <william@trailofbits.com>
1 parent 7a9e45d commit c6f4903

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

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

99
## [Unreleased]
1010

11+
### Added
12+
13+
* API: `models.Bundle.BundleType` is now a public API
14+
([#1089](https://github.com/sigstore/sigstore-python/pull/1089))
15+
16+
* CLI: The `sigstore plumbing` subcommand hierarchy has been added. This
17+
hierarchy is for *developer-only* interactions, such as fixing malformed
18+
Sigstore bundles. These subcommands are **not considered stable until
19+
explicitly documented as such**.
20+
([#1089](https://github.com/sigstore/sigstore-python/pull/1089))
21+
22+
### Changed
23+
24+
* CLI: The default console logger now emits to `stderr`, rather than `stdout`
25+
([#1089](https://github.com/sigstore/sigstore-python/pull/1089))
26+
1127
## [3.1.0]
1228

1329
### Added

0 commit comments

Comments
 (0)