docs: 📝 添加 CHANGELOG 项目更新文档

This commit is contained in:
haoxr
2023-05-21 15:12:39 +08:00
parent fcb509007e
commit d9e49d0516

19
CHANGELOG.md Normal file
View File

@@ -0,0 +1,19 @@
# 2.2.0 (2023/5/21)
### ✨ feat
- 菜单、角色、字典、部门添加接口权限控制
### 🐛 fix
- 用户登录权限缓存键值不一致导致获取用户数据权限错误问题修复
### ✂️ refactor
- 递归获取菜单、部门属性列表代码重构优化
### ⬆️ chore
- 升级 SpringBoot 版本 `3.0.6``3.1.0`
### 📝 docs
- SQL 脚本更新sys_menu 新增 `tree_path` 字段 (升级需更新SQL脚本)