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/e756b5e6 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/e756b5e6 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/e756b5e6 Branch: refs/heads/trunk Commit: e756b5e6ec6798cf8a43f6a69886c0dcf5db40bc Parents: 4d7fd3f Author: Tomaz Muraus <[email protected]> Authored: Sun Nov 22 23:40:14 2015 +0100 Committer: Tomaz Muraus <[email protected]> Committed: Sun Nov 22 23:40:14 2015 +0100 ---------------------------------------------------------------------- docs/upgrade_notes.rst | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/e756b5e6/docs/upgrade_notes.rst ---------------------------------------------------------------------- diff --git a/docs/upgrade_notes.rst b/docs/upgrade_notes.rst index 7fc77e2..313fc22 100644 --- a/docs/upgrade_notes.rst +++ b/docs/upgrade_notes.rst @@ -5,8 +5,19 @@ 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. -Development ------------ +In development +-------------- + +* New optional ``ttl`` argument has been added to ``libcloud.dns.base.Record`` + class constructor before the existing ``extra`` argument. + + If you have previously manually instantiated this class and didn't use + keyword arguments, you need to update your code to correctly pass arguments + to the constructor (you are encouraged to use keyword arguments to avoid such + issues in the future). + +Libcloud 0.19.0 +--------------- * The base signature of NodeDriver.create_volume has changed. The snapshot argument is now expected to be a VolumeSnapshot instead of a string.
