summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorJohn Dickinson <me@not.mn>2019-02-26 16:51:49 -0800
committerJohn Dickinson <me@not.mn>2019-03-01 08:32:50 -0800
commit344711771db6f3bbeaf85cbb1aa787b89d8d08e3 (patch)
treeae79746731b8f3a849ad97fcc5a65d1eb1b9ddff /releasenotes
parentb8c863e6bb1a6dc84bbfe8c4147fcec7de306757 (diff)
downloadpython-swiftclient-344711771db6f3bbeaf85cbb1aa787b89d8d08e3.tar.gz
authors/changelog updates for release
Change-Id: Ic14916c314043155a5ec3c5b29331862c6aded43
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/361_notes-59e020e68bcdd709.yaml12
1 files changed, 12 insertions, 0 deletions
diff --git a/releasenotes/notes/361_notes-59e020e68bcdd709.yaml b/releasenotes/notes/361_notes-59e020e68bcdd709.yaml
new file mode 100644
index 0000000..f6b4892
--- /dev/null
+++ b/releasenotes/notes/361_notes-59e020e68bcdd709.yaml
@@ -0,0 +1,12 @@
+---
+fixes:
+ - |
+ Added the delimiter keyword parameter to ``get_account()`` to match the
+ functionality of ``get_container()``.
+
+ - |
+ Fixed an issue in the client module where socket connections weren't
+ closed properly before being dereferenced.
+
+ - |
+ Various other minor bug fixes and improvements.