Author: jim
Date: Wed May 27 13:25:09 2009
New Revision: 779163
URL: http://svn.apache.org/viewvc?rev=779163&view=rev
Log:
docco cli-166 change
Modified:
commons/proper/cli/trunk/xdocs/changes.xml
Modified: commons/proper/cli/trunk/xdocs/changes.xml
URL:
http://svn.apache.org/viewvc/commons/proper/cli/trunk/xdocs/changes.xml?rev=779163&r1=779162&r2=779163&view=diff
==============================================================================
--- commons/proper/cli/trunk/xdocs/changes.xml (original)
+++ commons/proper/cli/trunk/xdocs/changes.xml Wed May 27 13:25:09 2009
@@ -23,6 +23,9 @@
<body>
<release version="1.3" date="in SVN">
+ <action type="add" dev="jim" issue="CLI-166">
+ HelpFormatter can now autodetect (if desired) terminal width under
Unix.
+ </action>
<action type="add" dev="ebourg" issue="CLI-160">
PosixParser now supports partial long options (--ver instead of
--version)
</action>