summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRobert Collins <robertc@robertcollins.net>2013-06-17 07:25:50 +1200
committerRobert Collins <robertc@robertcollins.net>2013-06-17 07:25:50 +1200
commit80e10ab3041518098f0d298fec214696f3d86fef (patch)
tree4e72069119851d0ab2c01f4e604807ab7a8936eb /NEWS
parentbf8e1ee6e053c12ebfbdebd48954af695948c492 (diff)
downloadsubunit-git-80e10ab3041518098f0d298fec214696f3d86fef.tar.gz
* The logic for `subunit.run` is now importable via python -
`subunit.run.main`. (Robert Collins, #606770)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 893408f..f77ce4f 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,12 @@ subunit release notes
NEXT (In development)
---------------------
+IMPROVEMENTS
+~~~~~~~~~~~~
+
+* The logic for `subunit.run` is now importable via python -
+ `subunit.run.main`. (Robert Collins, #606770)
+
BUG FIXES
~~~~~~~~~