You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2019/07/01 21:13:28 UTC

[libcloud] 01/02: Add changelog entry for #1300.

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 e886e73f692f81745eb5618cecc6f2b935d350b8
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Mon Jul 1 22:49:38 2019 +0200

    Add changelog entry for #1300.
---
 CHANGES.rst | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/CHANGES.rst b/CHANGES.rst
index 61a91a5..96c7339 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -41,6 +41,11 @@ Compute
   - Add functionality to check IP address availability (GITHUB-1244)
   [Palash Gandhi - @palashgandhi]
 
+- [EC2] Allow user to pass arbitrary filters to ``list_volumes`` method by
+  passing a dictionary with filters as ``ex_filters`` method argument value.
+  (GITHUB-1300)
+  [Palash Gandhi - @palashgandhi]
+
 Storage
 ~~~~~~~