summaryrefslogtreecommitdiff
path: root/ChangeLog
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 /ChangeLog
parentb8c863e6bb1a6dc84bbfe8c4147fcec7de306757 (diff)
downloadpython-swiftclient-344711771db6f3bbeaf85cbb1aa787b89d8d08e3.tar.gz
authors/changelog updates for release
Change-Id: Ic14916c314043155a5ec3c5b29331862c6aded43
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a37a6db..26b46ea 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+3.6.1
+-----
+
+* 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.
+
+
3.6.0
-----