CLI-217: thanks Rubin
diff --git a/pom.xml b/pom.xml
index b16209e..cb2e0b4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -91,6 +91,11 @@
       <id>tn</id>
       <email>tn@apache.org</email>
     </developer>
+    <developer>
+      <name>Rob Tompkins</name>
+      <id>chtompki</id>
+      <email>chtompki@apache.org</email>
+    </developer>
   </developers>
 
   <contributors>
@@ -151,6 +156,13 @@
         <role>unit tests</role>
       </roles>
     </contributor>
+    <contributor>
+      <name>Rubin Simons</name>
+      <email>rubin@raaftech.com</email>
+      <roles>
+        <role>supplied patch</role>
+      </roles>
+    </contributor>
     
   </contributors>
 
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index d444805..4e7aeb7 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -23,6 +23,9 @@
   <body>
 
     <release version="1.5" date="tba" description="tba">
+      <action type="add" dev="chtompki" due-to="Rubin Simons" issue="CLI-217">
+        Accommodate toggling partial matching in DefaultParser.
+      </action>
       <action type="add" dev="britter" due-to="Béla Schaum" issue="CLI-274">
         Option parser type EXISTING_FILE_VALUE not check file existing
       </action>