From 7fac652c4b7dbdd11a779ff9ebf132b5c8c1f66f Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Tue, 22 Sep 2009 22:01:00 -0400 Subject: Forgot to update the CHANGES file for Py3k --- CHANGES.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index 6d0c9a7..f59e4e7 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -5,6 +5,8 @@ Change history for Coverage.py Version 3.1, unreleased ----------------------- +- Python 3.1 is now supported. + - 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. -- cgit v1.2.1