From 622e400cb72d7a2b6ba4b0e12b81d42b4a683a5d Mon Sep 17 00:00:00 2001 From: 28810 <28810@YEXIANGQIN> Date: Fri, 6 Mar 2020 17:13:32 +0800 Subject: [PATCH] update --- 更新日志.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/更新日志.md b/更新日志.md index 67c6880..acce116 100644 --- a/更新日志.md +++ b/更新日志.md @@ -3,6 +3,8 @@ ## v1.3.0-preview +## v1.2.1 + - 调整 Aop 改为 event 事件; - 调整 Ado.AopCommandExecuting/AopCommandExecuted 到 Aop.CommandBefore/After; - 增加 Aop.TraceBefore/After 事件; @@ -11,6 +13,7 @@ - 调整 DbContext/Repository EnableAddOrUpdateNavigateList 默认关闭; - 修复 DbContext/Repository SaveMany 一对多保存时删除条件 bug; - 增加 BaseEntity SaveMany 方法; +- 修复 LazyLoading 依赖项目 CSScript.Core 升级的 bug;(以上都不再升级该依赖) ## v1.2.0