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/03/07 21:00:36 UTC

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

Author: oheger
Date: Tue Mar  7 21:00:36 2017
New Revision: 1785886

URL: http://svn.apache.org/viewvc?rev=1785886&view=rev
Log:
[CONFIGURATION-653] 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=1785886&r1=1785885&r2=1785886&view=diff
==============================================================================
--- commons/proper/configuration/trunk/src/changes/changes.xml (original)
+++ commons/proper/configuration/trunk/src/changes/changes.xml Tue Mar  7 21:00:36 2017
@@ -27,6 +27,10 @@
   <body>
     <release version="2.2" date="TBA"
              description="TBA">
+      <action dev="oheger" type="add" issue="CONFIGURATION-653" due-to="Vincent Maurin">
+        ConfigurationUtils and ConfigurationConverter now offer better support
+        for immutable configurations.
+      </action>
       <action dev="oheger" type="add" issue="CONFIGURATION-647" due-to="Vladimir Martinek">
         INIConfiguration can now be configured to use a custom separator
         between properties and values when writing an ini file.