This is an automated email from the ASF dual-hosted git repository.

tomaz pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/libcloud.git

commit 8b09ef2e98ee14b8d5025eb95e13f590a9477176
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Fri Aug 4 15:42:39 2023 +0200

    Add changelog entry for #1891.
---
 CHANGES.rst | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/CHANGES.rst b/CHANGES.rst
index 0a8dc75cf..6add50cb5 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -20,10 +20,15 @@ Compute
   [Matthias Gatto - @outscale-mgo]
 
 - [Azure ARM] Implement pagination in the ``list_nodes()`` method. This fixes a
-  bug which would result in sometimes not all nodes being returned.
+  bug which would result in sometimes not all the nodes being returned.
   (GITHUB-1824, GITHUB-1850)
   [Jan Müller - @ojan-mue]
 
+- [Azure ARM] Implement pagination in the ``list_volumes()`` method. This 
fixes a
+  bug which would result in sometimes not all the volumes nodes being returned.
+  (GITHUB-1891)
+  [Jan Müller - @ojan-mue]
+
 - [Azure ARM] Bump DISK_API_VERSION from ``2018-06-01`` to ``2023-01-02`` to
   support premium v2 SSDs.
   (GITHUB-1904)

Reply via email to