瀏覽代碼

fix(docs): add missing hyphen in date format in NEWS (#1979)

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

+ 1 - 1
NEWS

@@ -2,7 +2,7 @@
 
  * Drop support for Python 3.9. (Jelmer Vernooij)
 
-0.24.8	2025-1029
+0.24.8	2025-10-29
 
  * Add Rust implementation of pack delta creation (create_delta). The
    implementation uses the similar crate for efficient diff computation.