This is an automated email from the ASF dual-hosted git repository. sunyi pushed a commit to branch v2.0 in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git
commit 2e171f4badaa73e5e9fcc8ea3d045bd8e863da6a Author: litesun <[email protected]> AuthorDate: Sat Oct 24 21:56:38 2020 +0800 Update CHANGELOG.md --- CHANGELOG.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4553526..6a53bdc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,10 +18,26 @@ --> # Table of Contents - +- [2.0.0](#200) - [1.5.0](#150) - [1.0.0](#100) +# 2.0.0 + +This is release candidate. + +# Core + +- Refactor front-end with admin-api +- Manage-api removes dependency on mysql +- Support Plugin orchestration +- Setting standards for front-end internationalization +- New deployment pattern +- Add more test cases +- Document Enhancement + +For more changes, please refer to [Milestone](https://github.com/apache/apisix-dashboard/milestone/4) + # 1.5.0 This release mainly refactors the dashboard.
