From a05c487350aafbc3fffaa5408a6de7e31f75f233 Mon Sep 17 00:00:00 2001 From: IGeekFan Date: Fri, 25 Jun 2021 12:43:32 +0800 Subject: [PATCH] =?UTF-8?q?Updated=20=E6=9B=B4=E6=96=B0=E6=97=A5=E5=BF=97?= =?UTF-8?q?=20(markdown)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 更新日志.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/更新日志.md b/更新日志.md index 6f3f48c..7927551 100644 --- a/更新日志.md +++ b/更新日志.md @@ -2,14 +2,15 @@ 每三个月一次版本号:2.3/2.6/2.9,修复严重 bug 会发布 2.3.x ## 未发布 -- fix sqlite AddMinutes seconds->minutes [#774](https://github.com/dotnetcore/FreeSql/issues/774) -- Update操作的时候CanUpdate=false 未生效 [#803](https://github.com/dotnetcore/FreeSql/issues/803) -- 将Freesql的dynamicfilterinfo标记为[serialable] [#802](https://github.com/dotnetcore/FreeSql/issues/802) -- Sqlite where.And(x => x.PublishTime.Year == 2021); 查询问题 [#804 ](https://github.com/dotnetcore/FreeSql/issues/802) +- 修复 fix sqlite AddMinutes seconds->minutes [#774](https://github.com/dotnetcore/FreeSql/issues/774) +- 修复 Update操作的时候CanUpdate=false 未生效 [#803](https://github.com/dotnetcore/FreeSql/issues/803) +- 优化 将Freesql的dynamicfilterinfo标记为[serialable] [#802](https://github.com/dotnetcore/FreeSql/issues/802) +- 修复 Sqlite where.And(x => x.PublishTime.Year == 2021); 查询问题 [#804](https://github.com/dotnetcore/FreeSql/issues/802) +- 增加 支持符号调试 [#679](https://github.com/dotnetcore/FreeSql/issues/679) ## v2.5.200 - 修复 Repository/DbContext 批量修改可能无效的 bug;[#709](https://github.com/dotnetcore/FreeSql/issues/709) -- fix ExecuteMySqlBulkCopyAsync .net core 3.1 Method not found [#783](https://github.com/dotnetcore/FreeSql/issues/783) 需升级 v2.5.201 +- 修复 fix ExecuteMySqlBulkCopyAsync .net core 3.1 Method not found [#783](https://github.com/dotnetcore/FreeSql/issues/783) 需升级 v2.5.201 ## v2.5.100