summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRobert Collins <robertc@robertcollins.net>2015-05-04 12:12:16 +1200
committerRobert Collins <robertc@robertcollins.net>2015-05-04 12:12:16 +1200
commitbccfaa71a2def5590161b6d1a247cf23c45a8b4d (patch)
tree4205080a391dc00332f018d781026b2381ddb2c6 /NEWS
parent475857af19a8190c9c0c7f8241b9907b942e19fd (diff)
downloadtestscenarios-bccfaa71a2def5590161b6d1a247cf23c45a8b4d.tar.gz
0.4
~~~ IMPROVEMENTS ------------ * Python 3.2 support added. (Robert Collins)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS25
1 files changed, 14 insertions, 11 deletions
diff --git a/NEWS b/NEWS
index 0d1663a..fc3a10c 100644
--- a/NEWS
+++ b/NEWS
@@ -6,10 +6,19 @@ testscenarios release notes
IN DEVELOPMENT
~~~~~~~~~~~~~~
+0.4
+~~~
+
+IMPROVEMENTS
+------------
+
+* Python 3.2 support added. (Robert Collins)
+
0.3
~~~
-CHANGES:
+CHANGES
+-------
* New function ``per_module_scenarios`` for tests that should be applied across
multiple modules providing the same interface, some of which may not be
@@ -22,7 +31,8 @@ CHANGES:
0.2
~~~
-CHANGES:
+CHANGES
+-------
* Adjust the cloned tests ``shortDescription`` if one is present. (Ben Finney)
@@ -32,7 +42,8 @@ CHANGES:
0.1
~~~
-CHANGES:
+CHANGES
+-------
* Created project. The primary interfaces are
``testscenarios.TestWithScenarios`` and
@@ -43,11 +54,3 @@ CHANGES:
Also various presentation and language touchups. (Martin Pool)
(Adjusted to use doctest directly, and to not print the demo runners
output to stderror during make check - Robert Collins)
-
-IMPROVEMENTS:
-
-BUG FIXES:
-
-API CHANGES:
-
-INTERNALS: