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 <[email protected]> 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 -------
