summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJohn Dickinson <me@not.mn>2016-11-09 11:07:52 -0800
committerJohn Dickinson <me@not.mn>2016-11-09 11:25:15 -0800
commit5a620f83e88d1b52e013cedff4bc266bcf3c292a (patch)
treef1818c0f5be343f1eccd19e08c9175fd7a65c934 /ChangeLog
parent70c90b2243c2df9857a188cbd61d340b7e191d0d (diff)
downloadpython-swiftclient-5a620f83e88d1b52e013cedff4bc266bcf3c292a.tar.gz
3.2.0 release notes3.2.0
I have also reordered the AUTHORS file to be ordered by the first character of the author's name. Change-Id: I529988c809a2748bd6ce212a2216e692fbefe3ba
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7697bdb..458c606 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+3.2.0
+-----
+
+* Added Keystone session support and a "v1password" plugin for Keystone.
+ This plugin provides a way for Keystone sessions (and clients that
+ use them, like python-openstackclient) to communicate with old auth
+ endpoints that still use this mechanism.
+
+* HEAD, GET, and DELETE now support sending additional headers to match
+ existing functionality on PUT requests.
+
+* Various other minor bug fixes and improvements.
+
3.1.0
-----