From e8fb41d0ff35776e38edd9d1a9e061c402291185 Mon Sep 17 00:00:00 2001
From: Pan <panfree23@gmail.com>
Date: Wed, 31 May 2017 18:28:06 +0800
Subject: [PATCH] update read

---
 README-en.md | 3 +++
 README.md    | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/README-en.md b/README-en.md
index de01462b..6ec251fc 100644
--- a/README-en.md
+++ b/README-en.md
@@ -111,6 +111,9 @@ npm run build:prod
 └── package.json               // package.json
 ```
 
+## Changelog
+Detailed changes for each release are documented in the [release notes](https://github.com/PanJiaChen/vue-element-admin/releases).
+
 ## State Management
 
 Only status of user and app configuration is managed by Vuex. Other data are managed by their own business pages.
diff --git a/README.md b/README.md
index d4740436..7bd62b5d 100644
--- a/README.md
+++ b/README.md
@@ -104,6 +104,9 @@
 
 ```
 
+## Changelog
+Detailed changes for each release are documented in the [release notes](https://github.com/PanJiaChen/vue-element-admin/releases).
+
 ## 状态管理
 后台只有user和app配置相关状态使用vuex存在全局,其它数据都由每个业务页面自己管理。
 
-- 
GitLab