diff --git a/releasenotes/notes/fields-unset-068db4c3e680c37d.yaml b/releasenotes/notes/fields-unset-068db4c3e680c37d.yaml new file mode 100644 index 00000000..435b06dc --- /dev/null +++ b/releasenotes/notes/fields-unset-068db4c3e680c37d.yaml @@ -0,0 +1,5 @@ +--- +fixes: + - > + [`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 0bae49b9..ff682238 100644 --- a/releasenotes/notes/remove-py33-8364cb4805391750.yaml +++ b/releasenotes/notes/remove-py33-8364cb4805391750.yaml @@ -2,4 +2,4 @@ deprecations: - > [`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 00000000..67726d9b --- /dev/null +++ b/releasenotes/notes/start-using-reno-1f3418c11785c9ab.yaml @@ -0,0 +1,4 @@ +--- +other: + - > + Start using reno to manage release notes.