Skip to content

Commit b6d40db

Browse files
committed
Slight update to release notes, nothing critical but a few extra issues added in. This is the version that will live on the dist website
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/cli/branches/cli-1.x@756168 13f79535-47bb-0310-9956-ffa450edef68
1 parent e07fd87 commit b6d40db

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

RELEASE-NOTES.txt

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,10 @@ BUG FIXES:
5353
* Required options are properly checked if an Options instance is used twice
5454
to parse a command line. (CLI-156)
5555

56-
* The line wrapping in HelpFormatter now works properly. (CLI-151)
56+
* The line wrapping in HelpFormatter now works properly. (CLI-151) (CLI-162)
57+
58+
* OptionBuilder is now reset back to a blank state when it throws an
59+
Exception. (CLI-177)
5760

5861

5962
CHANGES:
@@ -71,3 +74,7 @@ CHANGES:
7174
CommandLine and Options. (CLI-140)
7275

7376
* OptionValidator is no longer public, its methods were all private.
77+
78+
* TypeHandler no longer prints to stderr. (CLI-170)
79+
80+

0 commit comments

Comments
 (0)