You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ba...@apache.org on 2009/02/20 06:07:47 UTC

svn commit: r746140 - /commons/proper/cli/trunk/xdocs/changes.xml

Author: bayard
Date: Fri Feb 20 05:07:46 2009
New Revision: 746140

URL: http://svn.apache.org/viewvc?rev=746140&view=rev
Log:
Updating the text for CLI-151

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=746140&r1=746139&r2=746140&view=diff
==============================================================================
--- commons/proper/cli/trunk/xdocs/changes.xml (original)
+++ commons/proper/cli/trunk/xdocs/changes.xml Fri Feb 20 05:07:46 2009
@@ -70,7 +70,10 @@
         The ordering of options can be defined in help messages.
       </action>
       <action type="fix" dev="bayard" issue="CLI-151" due-to="Dan Armbrust">
-        The line wrapping in HelpFormatter now works properly.
+        The line wrapping in HelpFormatter now works properly. This caused CLI-162, and thus there was a feature change 
+        for the HelpFormatter in that it is strict on width now rather than what seemed to be lenience before. Text without 
+        whitespace will be cut off to fit in the spacing, and an IllegalStateException will be thrown if it is impossible 
+        to output the information due to spacing constraints. 
       </action>
       <action type="fix" dev="bayard" issue="CLI-149">
         The message of MissingOptionException has been improved.