aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Documentation/RelNotes/2.43.0.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.43.0.txt b/Documentation/RelNotes/2.43.0.txt
index 02309b675f..6cad659605 100644
--- a/Documentation/RelNotes/2.43.0.txt
+++ b/Documentation/RelNotes/2.43.0.txt
@@ -15,6 +15,13 @@ UI, Workflows & Features
* "git cmd -h" learned to signal which options can be negated by
listing such options like "--[no-]opt".
+ * The way authentication related data other than passwords (e.g.
+ oath token and password expiration data) are stored in libsecret
+ keyrings has been rethought.
+
+ * Update two credential helpers to correctly match which credential
+ to erase; they dropped not the ones with stale password.
+
Performance, Internal Implementation, Development Support etc.