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 b96bf0ee2ec4f8640e68c7a22e608ed395047f84
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Wed Sep 13 21:07:15 2023 +0200

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

diff --git a/CHANGES.rst b/CHANGES.rst
index 4a2d1c3fb..83adaf23d 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,6 +1,19 @@
 Changelog
 =========
 
+Changes in Apache Libcloud in development
+-----------------------------------------
+
+Common
+~~~~~~
+
+- Types inheriting from ``libcloud.common.types.Type`` have been made hashable.
+  This way they can be directly used for testing memberships in sets which
+  contain string representation of the type enum value
+  (e.g. ``NodeState.RUNNING in {"running"} == True``).
+  (#1944)
+  [Ricardo Branco - @ricardobranco777]
+
 Changes in Apache Libcloud 3.8.0
 --------------------------------
 

Reply via email to