summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorTim Burke <tim.burke@gmail.com>2020-02-12 17:34:25 -0800
committerTim Burke <tim.burke@gmail.com>2020-02-12 17:34:25 -0800
commit259b98f69dd0b9929ee9e04ccb37183d2666d227 (patch)
tree728fb92588f5a290b0d5be5e513be033640d3134 /releasenotes
parent67e5f6ab5c1d0b825d6d6b553cd4343b9e4ef20c (diff)
downloadpython-swiftclient-259b98f69dd0b9929ee9e04ccb37183d2666d227.tar.gz
Authors/changelog for 3.9.03.9.0
Change-Id: I661503e0d6bb7934f7e7a28b094264a2ee73a419
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/3_9_0_release-3c293d277f14ec22.yaml12
1 files changed, 12 insertions, 0 deletions
diff --git a/releasenotes/notes/3_9_0_release-3c293d277f14ec22.yaml b/releasenotes/notes/3_9_0_release-3c293d277f14ec22.yaml
new file mode 100644
index 0000000..6286b61
--- /dev/null
+++ b/releasenotes/notes/3_9_0_release-3c293d277f14ec22.yaml
@@ -0,0 +1,12 @@
+---
+features:
+ - |
+ Now tested under Python 3.8.
+
+fixes:
+ - |
+ Better clean up connections when using the low-level ``client.py`` API.
+
+ - |
+ Fixed a display issue when ``swift delete`` made multiple attempts to
+ bulk delete objects.