Update upgrade notes.
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/b86a8460 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/b86a8460 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/b86a8460 Branch: refs/heads/trunk Commit: b86a8460f0392521774ca5c1e88eb6b71b81e278 Parents: eae0ee0 Author: Tomaz Muraus <to...@tomaz.me> Authored: Thu Mar 31 22:20:10 2016 -0700 Committer: Tomaz Muraus <to...@tomaz.me> Committed: Thu Mar 31 22:20:10 2016 -0700 ---------------------------------------------------------------------- docs/upgrade_notes.rst | 9 +++++++++ 1 file changed, 9 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/b86a8460/docs/upgrade_notes.rst ---------------------------------------------------------------------- diff --git a/docs/upgrade_notes.rst b/docs/upgrade_notes.rst index f4ff79b..58cb78e 100644 --- a/docs/upgrade_notes.rst +++ b/docs/upgrade_notes.rst @@ -5,6 +5,15 @@ This page describes how to upgrade from a previous version to a new version which contains backward incompatible or semi-incompatible changes and how to preserve the old behavior when this is possible. +Libcloud in development +----------------------- + +* Per-region provider constants and related driver classes which have been + deprecated in Libcloud 0.14.0 have now been fully removed. + + Those provider drivers have moved to the single provider constant + + ``region`` constructor argument in Libcloud 0.14.0. + Libcloud 0.20.0 ---------------