summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Pavlov <apavlov@mirantis.com>2016-02-08 21:40:24 +0300
committerAndrey Pavlov <apavlov@mirantis.com>2016-02-08 21:43:17 +0300
commiteb635909e0a23b43df0554b95af5f6afe1296418 (patch)
treeacb9d761e56a384aeb526ab27d28731c22809e0e
parente226d21311429a7a00fb34e885e3e77e449d513a (diff)
downloadpython-saharaclient-eb635909e0a23b43df0554b95af5f6afe1296418.tar.gz
Adding release notes for saharaclient
Change-Id: I79b0e7e12b8a98699ff6722f12bf8c1cc38240d3
-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.