python-swiftclient/releasenotes/notes/361_notes-59e020e68bcdd709.yaml
John Dickinson 344711771d authors/changelog updates for release
Change-Id: Ic14916c314043155a5ec3c5b29331862c6aded43
2019-03-01 08:32:50 -08:00

13 lines
321 B
YAML

---
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.