diff --git a/更新日志.md b/更新日志.md index bc0773a..5801c33 100644 --- a/更新日志.md +++ b/更新日志.md @@ -9,6 +9,7 @@ - 增加 AuditValueEventArgs Object 参数;[#1128](https://github.com/dotnetcore/FreeSql/issues/1128) - 修复 pgsql varchar(120) CodeFirst 迁移不修改长度; - 修复 ISelect.InsertInto 未执行自动迁移; +- 修复 UseCommandParameterWithLambda IN 参数化判断 的逻辑 bug;[#1137](https://github.com/dotnetcore/FreeSql/issues/1137) - 优化 连接池不可用、定时检查; - 优化 Limit + Sum/Avg/Max/Min 为嵌套查询; - 优化 GroupBy Page 未排序的查询;[#1126](https://github.com/dotnetcore/FreeSql/issues/1126)