Skip to content

Commit 86e6c65

Browse files
committed
CLI-217: thanks Rubin
1 parent 602a8c1 commit 86e6c65

2 files changed

Lines changed: 15 additions & 0 deletions

File tree

pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,11 @@
9191
<id>tn</id>
9292
<email>tn@apache.org</email>
9393
</developer>
94+
<developer>
95+
<name>Rob Tompkins</name>
96+
<id>chtompki</id>
97+
<email>chtompki@apache.org</email>
98+
</developer>
9499
</developers>
95100

96101
<contributors>
@@ -151,6 +156,13 @@
151156
<role>unit tests</role>
152157
</roles>
153158
</contributor>
159+
<contributor>
160+
<name>Rubin Simons</name>
161+
<email>rubin@raaftech.com</email>
162+
<roles>
163+
<role>supplied patch</role>
164+
</roles>
165+
</contributor>
154166

155167
</contributors>
156168

src/changes/changes.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
<body>
2424

2525
<release version="1.5" date="tba" description="tba">
26+
<action type="add" dev="chtompki" due-to="Rubin Simons" issue="CLI-217">
27+
Accommodate toggling partial matching in DefaultParser.
28+
</action>
2629
<action type="add" dev="britter" due-to="Béla Schaum" issue="CLI-274">
2730
Option parser type EXISTING_FILE_VALUE not check file existing
2831
</action>

0 commit comments

Comments
 (0)