summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-02-09 03:16:04 +0000
committerGerrit Code Review <review@openstack.org>2016-02-09 03:16:04 +0000
commit3bfeb686d013bc0674480d2a1a127b88dc7568f2 (patch)
tree3e5c50199793cb484f9f7ba16a36d8e7083eddb6
parent187d82da20e7b5c7ab7138eb4e538d2911c198d4 (diff)
parenteb635909e0a23b43df0554b95af5f6afe1296418 (diff)
downloadpython-saharaclient-3bfeb686d013bc0674480d2a1a127b88dc7568f2.tar.gz
Merge "Adding release notes for saharaclient"
-rw-r--r--releasenotes/notes/fields-unset-068db4c3e680c37d.yaml5
-rw-r--r--releasenotes/notes/remove-py33-8364cb4805391750.yaml2
-rw-r--r--releasenotes/notes/start-using-reno-1f3418c11785c9ab.yaml4
3 files changed, 10 insertions, 1 deletions
diff --git a/releasenotes/notes/fields-unset-068db4c3e680c37d.yaml b/releasenotes/notes/fields-unset-068db4c3e680c37d.yaml
new file mode 100644
index 0000000..435b06d
--- /dev/null
+++ b/releasenotes/notes/fields-unset-068db4c3e680c37d.yaml
@@ -0,0 +1,5 @@
+---
+fixes:
+ - >
+ [`bug 1534050 <https://bugs.launchpad.net/python-saharaclient/+bug/1534050>`_]
+ Now object's fields can be unset with ``update`` calls.
diff --git a/releasenotes/notes/remove-py33-8364cb4805391750.yaml b/releasenotes/notes/remove-py33-8364cb4805391750.yaml
index 0bae49b..ff68223 100644
--- a/releasenotes/notes/remove-py33-8364cb4805391750.yaml
+++ b/releasenotes/notes/remove-py33-8364cb4805391750.yaml
@@ -2,4 +2,4 @@
deprecations:
- >
[`bug 1526170 <https://bugs.launchpad.net/python-saharaclient/+bug/1526170>`_]
- Support of python 2.6 was dropped.
+ Support of python 3.3 was dropped.
diff --git a/releasenotes/notes/start-using-reno-1f3418c11785c9ab.yaml b/releasenotes/notes/start-using-reno-1f3418c11785c9ab.yaml
new file mode 100644
index 0000000..67726d9
--- /dev/null
+++ b/releasenotes/notes/start-using-reno-1f3418c11785c9ab.yaml
@@ -0,0 +1,4 @@
+---
+other:
+ - >
+ Start using reno to manage release notes.