From 6188f0dc49bf9a1d11753cb6464721dbe547e0be Mon Sep 17 00:00:00 2001 From: mes5k Date: Thu, 3 Apr 2003 18:11:02 +0000 Subject: [PATCH] update --- NEWS | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 593e6be..82d4ac5 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ -No news is good news. +4/3/03 - Checked in a good sized update that move support of the library +closer to that of the POSIX/GNU standards. Switches can now be combined into +single arguments, -- is supported and MultiArgs now allow for multiple labeled +args. I've also changed things a bit by subclassing MultiArg and ValueArg +to get unlabeled versions of these classes. I think this is a bit cleaner +design, despite two new classes.