From 52995bbdfe77af42d95b54eb40361ac418c39d64 Mon Sep 17 00:00:00 2001 From: dongwenjuan Date: Thu, 8 Jun 2017 09:08:51 +0800 Subject: [PATCH] add release note about resource-list and resource-show Change-Id: Ifdab76775fa362070f862c073c25b3c744ada4c0 Signed-off-by: dongwenjuan --- releasenotes/notes/resource-list-8e913ffa069c02e5.yaml | 4 ++++ releasenotes/notes/resource-show-d742fe60a7d4a9eb.yaml | 4 ++++ 2 files changed, 8 insertions(+) create mode 100644 releasenotes/notes/resource-list-8e913ffa069c02e5.yaml create mode 100644 releasenotes/notes/resource-show-d742fe60a7d4a9eb.yaml diff --git a/releasenotes/notes/resource-list-8e913ffa069c02e5.yaml b/releasenotes/notes/resource-list-8e913ffa069c02e5.yaml new file mode 100644 index 0000000..3f0b980 --- /dev/null +++ b/releasenotes/notes/resource-list-8e913ffa069c02e5.yaml @@ -0,0 +1,4 @@ +--- +features: + - A new ``resoure list`` API was added in order to list all the resources + or the resources with specified type. diff --git a/releasenotes/notes/resource-show-d742fe60a7d4a9eb.yaml b/releasenotes/notes/resource-show-d742fe60a7d4a9eb.yaml new file mode 100644 index 0000000..ab79201 --- /dev/null +++ b/releasenotes/notes/resource-show-d742fe60a7d4a9eb.yaml @@ -0,0 +1,4 @@ +--- +features: + - A new ``resoure show`` API was added in order to show the details of + the specified resource.