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/12/21 11:45:46 UTC

[libcloud] 06/09: Add changelog entry.

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 388ae328ff020079fbbb74cd701248c66372ef88
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Sat Dec 21 12:31:07 2019 +0100

    Add changelog entry.
---
 CHANGES.rst | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/CHANGES.rst b/CHANGES.rst
index 756e70b..8196fbc 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -69,6 +69,10 @@ Compute
   (GITHUB-1387)
   [Peter Yu - @yukw777, Tomaz Muraus]
 
+- [Common] To make debugging and troubleshooting easier, add ``__repr__``
+  and ``__str__`` method to the ``ScriptDeployment`` class.
+  [Tomaz Muraus]
+
 Storage
 -------