Add changelog entry for deterministic DSA/ECDSA signature support
Marco Ricci

Marco Ricci commited on 2024-11-23 19:15:56
Zeige 2 geänderte Dateien mit 4 Einfügungen und 4 Löschungen.


Do not mention the new how-to in the changelog, because that is not part
of the program history and only pollutes the changelog view.  For the
same reason, also purge the existing mention of the tutorial in the
changelog view.
... ...
@@ -0,0 +1,4 @@
1
+### Changed
2
+
3
+  - If the SSH agent supports deterministic DSA/ECDSA signatures, mark *all*
4
+    SSH keys as suitable.
... ...
@@ -43,14 +43,10 @@ effectively constitute a new <q>major</q> release.)
43 43
 
44 44
 ### Fixed
45 45
 
46
-  - Improve the [basic setup (passphrase)][TUTORIAL_BASIC_PASSPHRASE]
47
-    tutorial.  Also incorporate feedback.
48 46
   - Fix PyPI classification: Python 3.9 is supported.
49 47
   - *Actually* remove the `derivepassphrase_export` program, which was
50 48
     turned into a subcommand in v0.2.0.
51 49
 
52
-[TUTORIAL_BASIC_PASSPHRASE]: tutorials/basic-setup-passphrase.md
53
-
54 50
 ## 0.3.0 (2024-10-15)
55 51
 
56 52
 ### Added
57 53