From 2f68a5059d2bef31377961554c778bbdf2bb48cb Mon Sep 17 00:00:00 2001 From: Mingliang Tao Date: Thu, 22 Apr 2021 15:01:38 +0800 Subject: [PATCH] Add release note of v1.7.0 (#283) --- RELEASE_NOTE.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/RELEASE_NOTE.md b/RELEASE_NOTE.md index b7003726..db57226c 100644 --- a/RELEASE_NOTE.md +++ b/RELEASE_NOTE.md @@ -1,5 +1,12 @@ # Openpaimarketplace Release Note +## April 2021 (version 1.7.0) + +- Add save to template in new submission page and new features #253 +- Implement item process experience: including create, copy, list and edit #249 +- Add item creation from job list #256 +- Add share option of protected/public/private #254 + ## Mar 2021 (version 1.6.0) - Simplify deploy config #209