You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by oh...@apache.org on 2017/06/21 20:01:13 UTC

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

Author: oheger
Date: Wed Jun 21 20:01:13 2017
New Revision: 1799507

URL: http://svn.apache.org/viewvc?rev=1799507&view=rev
Log:
[CONFIGURATION-258][CONFIGURATION-656] Updated changes.xml.

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=1799507&r1=1799506&r2=1799507&view=diff
==============================================================================
--- commons/proper/configuration/trunk/src/changes/changes.xml (original)
+++ commons/proper/configuration/trunk/src/changes/changes.xml Wed Jun 21 20:01:13 2017
@@ -56,6 +56,14 @@
       <action dev="ggregory" type="update" issue="CONFIGURATION-661">
         Update platform requirement from Java 6 to 7.
       </action>
+      <action dev="oheger" type="add" issue="CONFIGURATION-656" due-to="The Alchemist">
+        Added new YAMLConfiguration class to support configuration files in
+        YAML format.
+      </action>
+      <action dev="oheger" type="add" issue="CONFIGURATION-258" due-to="The Alchemist">
+        Added new JSONConfiguration class to support configuration files in
+        JSON format.
+      </action>
     </release>
 
     <release version="2.1.1" date="2017-02-05"