You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by me...@apache.org on 2020/02/15 02:29:36 UTC

[incubator-apisix-dashboard] 02/05: Update CHANGELOG.md

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

membphis pushed a commit to branch v1.0
in repository https://gitbox.apache.org/repos/asf/incubator-apisix-dashboard.git

commit 72d13a0e68acfa879a356b538fb1126b87e8794f
Author: 琚致远 <ju...@apache.org>
AuthorDate: Tue Jan 21 10:37:34 2020 +0800

    Update CHANGELOG.md
---
 CHANGELOG.md | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8b13789..679186b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1 +1,36 @@
 
+<!--
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+-->
+
+# Table of Contents
+
+- [1.0.0](#100)
+
+## 1.0.0
+
+This release is mainly to build some basic panels and resolve License issue.
+
+### Core
+- Dashboard initial. [#1](https://github.com/apache/incubator-apisix-dashboard/pull/1)
+- Resolve licence issues.
+- Remove unused files from the Dashboard boilerplate.
+- Support panel for listing, create and modify Route, Consumer, Service, SSL and Upstream.
+- Support custom config for Plugin dialog.
+
+[Back to TOC](#table-of-contents)