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