From 9ced4fdd6d268d4a4a23b5ab7881b6dbdd66a954 Mon Sep 17 00:00:00 2001 From: Ming Deng Date: Wed, 15 Sep 2021 11:12:57 +0800 Subject: [PATCH] Update change log --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5201e3a..e5bdf27d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# developing +# v2.0.2-beta.1 - Add a custom option for whether to escape HTML special characters when processing http request parameters. [4701](https://github.com/beego/beego/pull/4701) - Always set the response status in the CustomAbort function. [4686](https://github.com/beego/beego/pull/4686)