summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJohn Dickinson <me@not.mn>2017-01-25 15:12:59 -0800
committerJohn Dickinson <me@not.mn>2017-01-25 15:12:59 -0800
commit307d4c007afaccdcd70628d9fce44231115d62cd (patch)
tree95a423ab25b5f7b5a1a1822c9c657f9749206909 /ChangeLog
parent9531369c23d1a5106a93148597d18e8558d3f5e5 (diff)
downloadpython-swiftclient-307d4c007afaccdcd70628d9fce44231115d62cd.tar.gz
3.3.0 authors/changelog updateocata-em3.3.0
Change-Id: Idc92915d5b23019bc0d65d17b1f5104b3dca57ee
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 458c606..749d22c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+3.3.0
+-----
+
+* Added support for prefix-based tempurls. This allows you to create a
+ tempurl that is valid for all objects which share a given prefix and
+ matches the feature in Swift 2.12.0 and later.
+
+* In the SDK, we previously only accepted iterables of strings like
+ 'Header: Value'. Now, we'll also accept lists of tuples like
+ ('Header', 'Value') as well as dictionaries like {'Header': 'Value'}.
+
+* Improved help message strings
+
+* Various other minor bug fixes and improvements.
+
3.2.0
-----