Skip to content

Commit b178866

Browse files
committed
Re-organize new features to reflect significance.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/cli/trunk@1445167 13f79535-47bb-0310-9956-ffa450edef68
1 parent 0ed130d commit b178866

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

RELEASE-NOTES.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,20 @@ More information can be found on the project site at http://commons.apache.org/c
1919

2020
NEW 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

3737
BUG FIXES:
3838

src/site/xdoc/release_1_3.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,20 +41,20 @@ More information can be found on the project site at http://commons.apache.org/c
4141

4242
NEW 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

5959
BUG FIXES:
6060

0 commit comments

Comments
 (0)