From a3592040336f2b140d013fb26e58efccb7d68bdb Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 13 Sep 2009 20:07:23 -0400 Subject: Bump version number to 3.1b1. --- CHANGES.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index adc4f09..1ef5734 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -2,13 +2,16 @@ Change history for Coverage.py ------------------------------ -Next version ------------- +Version 3.1, unreleased +----------------------- - Coverage.py has a new command line syntax with subcommands. This expands the possibilities for adding features and options in the future. The old syntax is still supported. +- Added the "coverage xml" command for producing coverage reports in a + Cobertura-compatible XML format. + - Added the --timid option to enable a simpler slower trace function that works for DecoratorTools (including TurboGears) projects. -- cgit v1.2.1