This commit is contained in:
mes5k 2003-04-03 18:11:02 +00:00
parent 45a09c0997
commit 6188f0dc49

7
NEWS
View File

@ -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.