Ver Fonte

Update NEWS

Jelmer Vernooij há 2 semanas atrás
pai
commit
d191afb12b
1 ficheiros alterados com 7 adições e 0 exclusões
  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)