summaryrefslogtreecommitdiff
path: root/releasenotes
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 /releasenotes
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 'releasenotes')
-rw-r--r--releasenotes/notes/320_notes-bb367dba1053d34c.yaml12
1 files changed, 12 insertions, 0 deletions
diff --git a/releasenotes/notes/320_notes-bb367dba1053d34c.yaml b/releasenotes/notes/320_notes-bb367dba1053d34c.yaml
new file mode 100644
index 0000000..a603555
--- /dev/null
+++ b/releasenotes/notes/320_notes-bb367dba1053d34c.yaml
@@ -0,0 +1,12 @@
+features:
+ - >
+ 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.