Repository: libcloud Updated Branches: refs/heads/trunk b9ec01efd -> 3bb40206d
Remove extra whitespace. Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/3bb40206 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/3bb40206 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/3bb40206 Branch: refs/heads/trunk Commit: 3bb40206dc19d01a5ac2a89beb03bd6189aaae1a Parents: b9ec01e Author: Tomaz Muraus <[email protected]> Authored: Sat Jan 23 16:16:19 2016 +0100 Committer: Tomaz Muraus <[email protected]> Committed: Sat Jan 23 16:16:19 2016 +0100 ---------------------------------------------------------------------- docs/upgrade_notes.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/3bb40206/docs/upgrade_notes.rst ---------------------------------------------------------------------- diff --git a/docs/upgrade_notes.rst b/docs/upgrade_notes.rst index 7be8c01..f4ff79b 100644 --- a/docs/upgrade_notes.rst +++ b/docs/upgrade_notes.rst @@ -21,8 +21,8 @@ Libcloud 0.20.0 If you are using the ``tostring`` and ``fromstring`` methods of NodeState, you are fine. If you are using NodeState.RUNNING and the like, you are also fine. - - However, if you have previously depended on these being integers, + + However, if you have previously depended on these being integers, you need to update your code to depend on strings. You should consider starting using the ``tostring`` and ``fromstring`` methods as the output of these functions will not change in future versions, while the implementation might.
