Fix phrasing and formatting in new changelog entries
Marco Ricci

Marco Ricci commited on 2024-09-12 13:31:26
Zeige 2 geänderte Dateien mit 4 Einfügungen und 2 Löschungen.

... ...
@@ -1,3 +1,3 @@
1 1
 Support configuration data export from `vault` in v0.2, v0.3 and storeroom formats.
2 2
 
3
-This feature requires the `cryptography` Python module, but is otherwise available even if `vault` is not installed.
3
+  This feature requires the `cryptography` Python module, but is available even if `vault` is not installed.
... ...
@@ -1 +1,3 @@
1
-Move all existing functionality into a subcommand, in anticipation of other passphrase derivation schemes, with different settings.  (Automatically forward calls without a subcommand to the "vault" subcommand.)  Also store the settings in a file specific to the respective subsystem, instead of globally.  (Automatically fall back to, and migrate, the old global settings file if no subsystem-specific configuration was found.)
1
+Move all existing functionality into a subcommand, in anticipation of other passphrase derivation schemes, with different settings.  Automatically forward calls without a subcommand to the "vault" subcommand.
2
+
3
+  Also store the settings in a file specific to the respective subsystem, instead of globally.  Automatically fall back to, and migrate, the old global settings file if no subsystem-specific configuration was found.
2 4