Document API changes in the vault module
Marco Ricci

Marco Ricci commited on 2025-01-29 16:34:22
Zeige 1 geänderte Dateien mit 10 Einfügungen und 0 Löschungen.

... ...
@@ -0,0 +1,10 @@
1
+### Added
2
+
3
+  - Beyond [`bytes`][] and [`bytearray`][],
4
+    [`Vault`][derivepassphrase.vault.Vault] objects now accept arbitrary
5
+    [Buffer][collections.abc.Buffer] objects as passphrases or service
6
+    names.
7
+  - [`Vault`][derivepassphrase.vault.Vault] objects now expose [the vault
8
+    UUID][derivepassphrase.vault.Vault.UUID] and [the character
9
+    sets][derivepassphrase.vault.Vault.CHARSETS] as public attributes.
10
+
0 11