summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBrian Waldon <bcwaldon@gmail.com>2013-02-21 12:47:53 -0800
committerBrian Waldon <bcwaldon@gmail.com>2013-02-21 12:47:53 -0800
commit51bbf74264b75a0b98bbb8de7611ccc935f49980 (patch)
treeae357dda1f4c85586c131c62425540b893003b45 /doc
parentd831b5eb278a2e6830601044cea00cf1e2ffdde5 (diff)
downloadpython-glanceclient-51bbf74264b75a0b98bbb8de7611ccc935f49980.tar.gz
Add docs for v0.8.00.8.0
Change-Id: I86683a88466f96a8bd7e443c436b3bed19f5cfc4
Diffstat (limited to 'doc')
-rw-r--r--doc/source/index.rst15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst
index 29b3969..7b3f388 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -36,6 +36,21 @@ Once you've configured your authentication parameters, you can run ``glance help
Release Notes
=============
+0.8.0
+-----
+
+* Implement image-delete for Image API v2
+* Update warlock dependency to >= 0.7.0 and < 1
+* 1061150_: Support non-ASCII characters
+* 1102944_: The port option is configurable when using HTTPS
+* 1093380_: Support image names in place of IDs for CLI commands
+* 1094917_: Better representation of errors through CLI
+
+.. _1061150: http://bugs.launchpad.net/python-glanceclient/+bug/1061150
+.. _1102944: http://bugs.launchpad.net/python-glanceclient/+bug/1102944
+.. _1093380: http://bugs.launchpad.net/python-glanceclient/+bug/1093380
+.. _1094917: http://bugs.launchpad.net/python-glanceclient/+bug/1094917
+
0.7.0
-----