From 180e5c6fc74f6d717c297c015326a49808fd7548 Mon Sep 17 00:00:00 2001 From: nojhan Date: Sun, 24 Jan 2010 22:01:27 +0000 Subject: [PATCH] preparing v0.2 --- CHANGELOG | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index dfa0017..ec69559 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +0.2: +* update from the deprecated popen3 functions to the subprocess module (need python >= 2.4) +* html help page + 0.1: * command line interface * curses interface