瀏覽代碼

Update NEWS

Jelmer Vernooij 2 周之前
父節點
當前提交
d191afb12b
共有 1 個文件被更改,包括 7 次插入0 次删除
  1. 7 0
      NEWS

+ 7 - 0
NEWS

@@ -1,5 +1,12 @@
 0.25.1	UNRELEASED
 
+ * Add signature vendor system for signing and verifying Git objects.
+   Supports GPG, SSH signatures, and X.509 certificates. (Jelmer Vernooij)
+
+ * Add support for partial clone with object filtering. (Jelmer Vernooij)
+
+ * Fix sparse pattern matching in worktree operations. (Jelmer Vernooij)
+
  * ``dulwich.porcelain.status`` now returns regular strings.
    (Jelmer Vernooij, #889)