add change log

This commit is contained in:
Jason li 2021-01-24 23:16:38 +08:00
parent a3cfa76292
commit 1d1781339f

View File

@ -15,3 +15,4 @@
- Error Module brief design & using httplib module to validate this design. [4453](https://github.com/beego/beego/pull/4453) - Error Module brief design & using httplib module to validate this design. [4453](https://github.com/beego/beego/pull/4453)
- Fix 4444: panic when 404 not found. [4446](https://github.com/beego/beego/pull/4446) - Fix 4444: panic when 404 not found. [4446](https://github.com/beego/beego/pull/4446)
- Fix 4435: fix panic when controller dir not found. [4452](https://github.com/beego/beego/pull/4452) - Fix 4435: fix panic when controller dir not found. [4452](https://github.com/beego/beego/pull/4452)
- Fix 4456: Fix router method expression [4456](https://github.com/beego/beego/pull/4456)