From 27f7095eec8a0fb998784e03140c8cead7532d3c Mon Sep 17 00:00:00 2001 From: letu <282130106@qq.com> Date: Fri, 14 May 2021 22:55:56 +0800 Subject: [PATCH] Add change log,add template functions eq,lt to support uint and int compare. --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31eaaa0e..e7e84889 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,5 @@ # developing +- Add template functions eq,lt to support uint and int compare. [4607](https://github.com/beego/beego/pull/4607) - Add: Resp() method for web.Controller. [4588](https://github.com/beego/beego/pull/4588) - Web mock and test support. [4565](https://github.com/beego/beego/pull/4565) [4574](https://github.com/beego/beego/pull/4574) - Error codes definition of cache module. [4493](https://github.com/beego/beego/pull/4493)