summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorMikhail Lelyakin <mlelyakin@mirantis.com>2016-07-08 16:48:06 +0300
committerMikhail Lelyakin <mlelyakin@mirantis.com>2016-07-28 13:03:23 +0300
commit75c8db6d23f383f40b7b4ac3df28f683bcaaf68c (patch)
tree8ad9ea28e4fdbd73271566781686f086356114fd /releasenotes
parent5cf912636b3e55facb924f8ecb8ec871d1be557a (diff)
downloadpython-saharaclient-75c8db6d23f383f40b7b4ac3df28f683bcaaf68c.tar.gz
Add pagination ability to Python-saharaclient
Now we are working on pagination ability in Sahara API. This changes support work with new abilities. Change-Id: Idf96a82b0f49bd288eb3fd9bfa82f92074ea4e7c bp: pagination Depends-on: I50fa225361617e835c314e873035704b9fe811d0
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/implement-pagination-2ba52769d240a3ce.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/releasenotes/notes/implement-pagination-2ba52769d240a3ce.yaml b/releasenotes/notes/implement-pagination-2ba52769d240a3ce.yaml
new file mode 100644
index 0000000..178f7a0
--- /dev/null
+++ b/releasenotes/notes/implement-pagination-2ba52769d240a3ce.yaml
@@ -0,0 +1,4 @@
+---
+features:
+ - >
+ Pagination for list operations is implemented.