File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,20 +19,20 @@ More information can be found on the project site at http://commons.apache.org/c
1919
2020NEW FEATURES:
2121
22- * Added new fluent API to create Option instances via builder class Option.Builder.
23- This replaces the now deprecated OptionBuilder. Thanks to Duncan Jones, Brian Blount. (CLI-224)
24-
25- * Added new method Options.addOption(String, String). Thanks to Alexandru Mocanu. (CLI-214)
26-
2722 * A new parser is available: DefaultParser. It combines the features of the GnuParser and the PosixParser.
2823 It also provides additional features like partial matching for the long options, and long options without
2924 separator (i.e like the JVM memory settings: -Xmx512m). This new parser deprecates the previous ones.
3025 (CLI-161, CLI-167, CLI-181)
3126
27+ * Added new fluent API to create Option instances via builder class Option.Builder.
28+ This replaces the now deprecated OptionBuilder. Thanks to Duncan Jones, Brian Blount. (CLI-224)
29+
3230 * PosixParser now supports partial long options (--ver instead of --version). (CLI-160)
3331
3432 * HelpFormatter now supports setting the displayed separator of long options. Thanks to J. Lewis Muir. (CLI-169)
3533
34+ * Added new method Options.addOption(String, String). Thanks to Alexandru Mocanu. (CLI-214)
35+
3636
3737BUG FIXES:
3838
Original file line number Diff line number Diff line change @@ -41,20 +41,20 @@ More information can be found on the project site at http://commons.apache.org/c
4141
4242NEW FEATURES:
4343
44- * Added new fluent API to create Option instances via builder class Option.Builder.
45- This replaces the now deprecated OptionBuilder. Thanks to Duncan Jones, Brian Blount. (CLI-224)
46-
47- * Added new method Options.addOption(String, String). Thanks to Alexandru Mocanu. (CLI-214)
48-
4944 * A new parser is available: DefaultParser. It combines the features of the GnuParser and the PosixParser.
5045 It also provides additional features like partial matching for the long options, and long options without
5146 separator (i.e like the JVM memory settings: -Xmx512m). This new parser deprecates the previous ones.
5247 (CLI-161, CLI-167, CLI-181)
5348
49+ * Added new fluent API to create Option instances via builder class Option.Builder.
50+ This replaces the now deprecated OptionBuilder. Thanks to Duncan Jones, Brian Blount. (CLI-224)
51+
5452 * PosixParser now supports partial long options (--ver instead of --version). (CLI-160)
5553
5654 * HelpFormatter now supports setting the displayed separator of long options. Thanks to J. Lewis Muir. (CLI-169)
5755
56+ * Added new method Options.addOption(String, String). Thanks to Alexandru Mocanu. (CLI-214)
57+
5858
5959BUG FIXES:
6060
You can’t perform that action at this time.
0 commit comments