summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJohn Dickinson <me@not.mn>2015-12-03 14:05:58 -0800
committerJohn Dickinson <me@not.mn>2015-12-03 15:45:39 -0800
commit2d6e96d2f948c582703ae7a997d21f7167da93e4 (patch)
tree7bff2bf95326d768a4d624b8fbb13c7e4d6699cd /ChangeLog
parenta564eb0e4cad452c5556c54c752ed896d0eb25af (diff)
downloadpython-swiftclient-2d6e96d2f948c582703ae7a997d21f7167da93e4.tar.gz
authors and changelog update for 2.6.1 release
Change-Id: Icefe2f62c2d2d41c5ee9764c51b0ae4ce1d9b3f3
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1602ba4..9a3ce94 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+2.6.1
+-----
+
+* This is the very last release to support Python 2.6
+
+* Added content type to CLI object list long-form output
+
+* client.get_container() and client.head_object now accept a headers parameter
+
+* Fixed bug when setting Content-Type on upload from CLI
+
+* Fixed bug when deleting DLOs with unicode characters
+
+* Updated man pages and docstrings
+
+* Suppress iso8601 logging in --debug output
+
+* Various other minor bug fixes and improvements.
+
2.6.0
-----