Jelmer Vernooij 2 місяців тому
батько
коміт
ac39cf1c11
1 змінених файлів з 12 додано та 0 видалено
  1. 12 0
      NEWS

+ 12 - 0
NEWS

@@ -1,5 +1,17 @@
 0.24.9	UNRELEASED
 
+ * Fix passing key_filename and ssh_command parameters to SSHGitClient.
+   (Saugat Pachhai)
+
+ * Relax check to support subclasses of Urllib3HttpGitClient. Fixes
+   regression from 0.24.2 where subclasses of Urllib3HttpGitClient would
+   not receive the config object. (Saugat Pachhai)
+
+ * Fix test_concurrent_ref_operations_compatibility test flakiness.
+   (Jelmer Vernooij)
+
+ * Fix warnings in test suite. (Jelmer Vernooij)
+
 0.24.8	2025-10-29
 
  * Add Rust implementation of pack delta creation (create_delta). The