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