You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2017/04/10 05:41:45 UTC

svn commit: r1790776 - /commons/proper/configuration/trunk/src/changes/changes.xml

Author: ggregory
Date: Mon Apr 10 05:41:45 2017
New Revision: 1790776

URL: http://svn.apache.org/viewvc?rev=1790776&view=rev
Log:
[CONFIGURATION-658] Add API org.apache.commons.configuration2.DataConfiguration.getURI(String) methods.

Modified:
    commons/proper/configuration/trunk/src/changes/changes.xml

Modified: commons/proper/configuration/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/changes/changes.xml?rev=1790776&r1=1790775&r2=1790776&view=diff
==============================================================================
--- commons/proper/configuration/trunk/src/changes/changes.xml (original)
+++ commons/proper/configuration/trunk/src/changes/changes.xml Mon Apr 10 05:41:45 2017
@@ -38,6 +38,9 @@
       <action dev="ggregory" type="add" issue="CONFIGURATION-660">
         Add toString() methods here and there to help debugging.
       </action>
+      <action dev="ggregory" type="add" issue="CONFIGURATION-658">
+        Add API org.apache.commons.configuration2.DataConfiguration.getURI(String) methods.
+      </action>
     </release>
 
     <release version="2.1.1" date="2017-02-05"