prepare for releasing v2.0.5 (#5032)

This commit is contained in:
Ming Deng 2022-07-30 16:03:02 +08:00 committed by GitHub
parent ab5a13f02a
commit e84b93919f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,9 @@
# developing # developing
# v2.0.5
Note: now we force the web admin service serving HTTP only.
- [Fix 4984: random expire cache](https://github.com/beego/beego/pull/4984) - [Fix 4984: random expire cache](https://github.com/beego/beego/pull/4984)
- [Fix 4907: make admin serve HTTP only](https://github.com/beego/beego/pull/5005) - [Fix 4907: make admin serve HTTP only](https://github.com/beego/beego/pull/5005)
- [Feat 4999: add get all tasks function](https://github.com/beego/beego/pull/4999) - [Feat 4999: add get all tasks function](https://github.com/beego/beego/pull/4999)