git.schokokeks.org
Repositories
Help
Report an Issue
derivepassphrase.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
f78506e
Branches
Tags
documentation-tree
master
unstable/modularize-and-refactor-test-machinery
unstable/ssh-agent-socket-providers
wishlist
0.1.0
0.1.1
0.1.2
0.1.3
0.2.0
0.3.0
0.3.1
0.3.2
0.3.3
0.4.0
0.5.1
0.5.2
derivepassphrase.git
docs
changelog.d
20250116_014011_the-13th-letter_usage_fixes.md
Add changelog entry for the recent renaming and recasting of some type
Marco Ricci
commited
f78506e
at 2025-01-16 01:50:18
20250116_014011_the-13th-letter_usage_fixes.md
Blame
History
Raw
### Changed - `KeyCommentPair` from [`derivepassphrase._types`][], and `KeyPair` and `MasterKeys` from [`derivepassphrase.exporter.storeroom`][], have been converted to [`NamedTuple`s][typing.NamedTuple] and renamed to [`SSHKeyCommentPair`][derivepassphrase._types.SSHKeyCommentPair], [`StoreroomKeyPair`][derivepassphrase._types.StoreroomKeyPair] and [`StoreroomMasterKeys`][derivepassphrase._types.StoreroomMasterKeys], respectively, in the [`derivepassphrase._types`][] module. This is a **breaking API change**.