From 164bd7d6f16937908a5de02cd8a0c921a3a7e66c Mon Sep 17 00:00:00 2001 From: Shu Muto Date: Wed, 25 Jan 2017 15:43:38 +0900 Subject: [PATCH] Add release notes for update actions This patch adds release notes for update actions for cluster and cluster template. Change-Id: I47dd484967b0659f8497de26535280e107d4258f --- .../notes/update-actions-02db7b9f8e5d36b6.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 releasenotes/notes/update-actions-02db7b9f8e5d36b6.yaml diff --git a/releasenotes/notes/update-actions-02db7b9f8e5d36b6.yaml b/releasenotes/notes/update-actions-02db7b9f8e5d36b6.yaml new file mode 100644 index 00000000..f5cf10e9 --- /dev/null +++ b/releasenotes/notes/update-actions-02db7b9f8e5d36b6.yaml @@ -0,0 +1,14 @@ +--- +prelude: > + Update actions are added for cluster template and + cluster. Also, Form maintainability is proceeded by + angular-json-schema. +features: + - > + Update actions are added for cluster template and + cluster. + - > + angular-json-schema library is used for create and + update dialog, their forms are integrated into one + workflow service. It proceeds maintainability for + forms.