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 d23eeb2862d761cc88973c2e73175b6fed87af66 Author: Tomaz Muraus <[email protected]> AuthorDate: Thu Dec 12 21:40:38 2019 +0100 Add changelog entry. --- CHANGES.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index b05bd18..e4a24b1 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,17 @@ Changelog ========= +Changes in Apache Libcloud in development +----------------------------------------- + +Compute +------- + +- [DigitalOcean] Fix ``attach_volume`` and ``detach_volume`` methods. + Previously those two methods incorrectly passed volume id instead of + volume name to the API. (GITHUB-1380) + [@mpempekos] + Changes in Apache Libcloud v2.7.0 ---------------------------------
