summaryrefslogtreecommitdiff
path: root/releasenotes/notes/361_notes-59e020e68bcdd709.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'releasenotes/notes/361_notes-59e020e68bcdd709.yaml')
-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.