summaryrefslogtreecommitdiff
path: root/doc/source/index.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/index.rst')
-rw-r--r--doc/source/index.rst33
1 files changed, 33 insertions, 0 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst
index d2a94bd..9c707ca 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -16,10 +16,43 @@ Contents:
usage
contributing
cli
+ decorators
Release Notes
=============
+0.2.1
+-----
+ * Fix subunit-trace to enable stdout passthrough
+
+0.2.0
+-----
+ * Adds the skip_because decorator which was migrated from tempest
+ * Fixes to rest_client
+ * Separates the forbid
+ * Cleans up the exception classes to make inheritance simpler
+ * Doc typo fixes
+
+0.1.0
+-----
+ * Adds the RestClient class which was migrated from tempest
+ * Fix subunit-trace to handle when there isn't a worker tag in the subunit
+ stream
+
+0.0.4
+-----
+ * Fix subunit-trace when running with python < 2.7
+
+0.0.3
+-----
+ * subunit-trace bug fixes:
+ * Switch to using elapsed time for the summary view
+ * Addition of --failonly option from nova's forked subunit-trace
+
+0.0.2
+-----
+ * Fix the MRO ordering in the base test class
+
0.0.1
-----
* Adds cli testing framework