Document the trimming of the `cli` module in the changelog
Marco Ricci

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

... ...
@@ -0,0 +1,8 @@
1
+### Changed
2
+
3
+  - Move the non-essential content of the [`derivepassphrase.cli`][] module
4
+    into the "internals" subpackage.
5
+
6
+    This is a **breaking API change** due to the removal of most functions
7
+    from the [`derivepassphrase.cli`][] module.
8
+
0 9