You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by st...@apache.org on 2021/02/08 12:36:30 UTC

[apisix-dashboard] branch v2.4 updated: fix: fix typo of CHANGELOG.md (#1463)

This is an automated email from the ASF dual-hosted git repository.

starsz pushed a commit to branch v2.4
in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git


The following commit(s) were added to refs/heads/v2.4 by this push:
     new 0c201e6  fix: fix typo of CHANGELOG.md (#1463)
0c201e6 is described below

commit 0c201e634e372864fb204efe5509bf016a4bf326
Author: Peter Zhu <st...@gmail.com>
AuthorDate: Mon Feb 8 20:36:23 2021 +0800

    fix: fix typo of CHANGELOG.md (#1463)
---
 CHANGELOG.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5234a06..a7bb9f6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -42,7 +42,7 @@ This release mainly improves basic features, bugfix and adds test cases.
 - Support to get manager-api version through API. [#1429](https://github.com/apache/apisix-dashboard/pull/1429)
 - Support import route from OpenAPI specification3.0. [#1102](https://github.com/apache/apisix-dashboard/pull/1102)
 - Support export route from OpenAPI specification3.0. [#1245](https://github.com/apache/apisix-dashboard/pull/1245)
-- Support string type for the script field in Route. [#1289](https://github.com/apache/apisix-dashboard/pull/1245)
+- Support string type for the script field in Route. [#1289](https://github.com/apache/apisix-dashboard/pull/1289)
 - Feat: add script_id field in Route.entity. [#1386](https://github.com/apache/apisix-dashboard/pull/1386)
 - Feat: add stop subcommand. [#741](https://github.com/apache/apisix-dashboard/pull/741)
 - Feat: add e2e test coverage. [#1270](https://github.com/apache/apisix-dashboard/pull/1270)