summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRobert Collins <robertc@robertcollins.net>2009-12-19 14:09:14 +1100
committerRobert Collins <robertc@robertcollins.net>2009-12-19 14:09:14 +1100
commit7b795c0b42770ec978805db3db3d1b99270e6e16 (patch)
tree45c3019bf5d01f75d376a1c2f175b9597c037504 /NEWS
parentd4a36b3335d2b87e52340d408ed410e6cc95fa6e (diff)
downloadtestscenarios-7b795c0b42770ec978805db3db3d1b99270e6e16.tar.gz
Switch license to BSD / Apache-2.0 and do a 0.1 release.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS32
1 files changed, 17 insertions, 15 deletions
diff --git a/NEWS b/NEWS
index 55a6cdb..7be0609 100644
--- a/NEWS
+++ b/NEWS
@@ -4,25 +4,27 @@ testscenarios release notes
IN DEVELOPMENT
---------------
+~~~~~~~~~~~~~~
- CHANGES:
+0.1
+~~~
- * Created project. The primary interfaces are
- ``testscenarios.TestWithScenarios`` and
- ``testscenarios.generate_scenarios``. Documentation is primarily in
- README.
- (Robert Collins)
+CHANGES:
- * Make the README documentation doctest compatible, to be sure it works.
- 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)
+* Created project. The primary interfaces are
+ ``testscenarios.TestWithScenarios`` and
+ ``testscenarios.generate_scenarios``. Documentation is primarily in README.
+ (Robert Collins)
- IMPROVEMENTS:
+* Make the README documentation doctest compatible, to be sure it works.
+ 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)
- BUG FIXES:
+IMPROVEMENTS:
- API CHANGES:
+BUG FIXES:
- INTERNALS:
+API CHANGES:
+
+INTERNALS: