From 23ae923cff88cda617f22e9fcac99c0c6cd5dde6 Mon Sep 17 00:00:00 2001 From: Argo Zhang Date: Sat, 22 Nov 2025 18:49:57 +0800 Subject: [PATCH] =?UTF-8?q?doc:=20=E6=9B=B4=E6=96=B0=20CHANGELOG=20?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- binding/csharp/CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/binding/csharp/CHANGELOG.md b/binding/csharp/CHANGELOG.md index 7dd8005..473b68d 100644 --- a/binding/csharp/CHANGELOG.md +++ b/binding/csharp/CHANGELOG.md @@ -2,7 +2,10 @@ All notable changes to this project will be documented in this file. -## [Unreleased] +## [3.0.0] - 2025-11-22 +- 支持 .NET 10.0 +- 增加 IPv6 支持 +- 修复若干 bug ## [2.0.1] - 2023-07-30 @@ -18,4 +21,4 @@ All notable changes to this project will be documented in this file. ### Added - Dependent file query policies CachePolicy.VectorIndex, CachePolicy.File support thread-safe concurrent queries -- Dramatically optimizes overall performance \ No newline at end of file +- Dramatically optimizes overall performance