diff --git a/docs/RELEASE.md b/docs/RELEASE.md index 053855c8..0ad9bfd9 100644 --- a/docs/RELEASE.md +++ b/docs/RELEASE.md @@ -1,9 +1,13 @@ # Changelog ## [Version: 2.7.0] - 2024-08-29 【优化】esb鉴权信息迁移到header,支持版本 open-paas/esb >= 2.12.20 +【修复】导航栏样式按照设计规范统一处理 +【修复】公共API文件导出实现方式修改 +【修复】修复单据列表在非首页搜索报错的问题 +【修复】任务模板编辑点击上一步返回路径优化 ## [Version: 2.6.30] - 2024-08-15 -【修复】项目初始化时登录后重定向url异常修复 +【修复】项目初始化时登录后重定向url异常修复 ## [Version: 2.6.29] - 2024-08-14 【修复】修复权限申请内容国际化问题 diff --git a/docs/RELEASE_EN.md b/docs/RELEASE_EN.md index e716b1c8..c311f3b8 100644 --- a/docs/RELEASE_EN.md +++ b/docs/RELEASE_EN.md @@ -1,6 +1,10 @@ # Changelog ## [Version: 2.7.0] - 2024-08-29 【Improved】Migrated the authentication information to header when calling esb, support open-paas/esb >= 2.12.20 +【Fixed】The navigation bar style has been standardized according to the design specifications. +【Fixed】Modified the implementation method for exporting common API files. +【Fixed】Fixed the issue where searching on the document list in non-home pages resulted in an error. +【Fixed】Optimized the return path when clicking ‘Previous’ during task template editing. ## [Version: 2.6.30] - 2024-08-15 【Fixed】Fixed the URL Redirection Issue after Login during Project Initialization