From cf0415b2591a863105c2904089cff08174ab86ac Mon Sep 17 00:00:00 2001 From: mes5k Date: Tue, 10 Feb 2004 16:52:51 +0000 Subject: [PATCH] update --- NEWS | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index a7b39f5..4a9bedc 100644 --- a/NEWS +++ b/NEWS @@ -26,5 +26,9 @@ one and only one of the args is required. If a second arg is found an exception is thrown. See the manual for details. As always, let me know if you run into any problems. - +2/10/04 - A minor release: 0.9.8. A couple of bug fixes for 0.9.7 are +included and a feature has been added that allows Args to be specified +without short options, meaning the user is forced to use only long options. +This is useful for programs with more options than map sensibly to single +chars.