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 2018/06/09 20:00:49 UTC

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

Author: oheger
Date: Sat Jun  9 20:00:49 2018
New Revision: 1833251

URL: http://svn.apache.org/viewvc?rev=1833251&view=rev
Log:
CONFIGURATION-703: 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=1833251&r1=1833250&r2=1833251&view=diff
==============================================================================
--- commons/proper/configuration/trunk/src/changes/changes.xml (original)
+++ commons/proper/configuration/trunk/src/changes/changes.xml Sat Jun  9 20:00:49 2018
@@ -103,6 +103,10 @@
         CompositeConfiguration now supports an addConfigurationFirst() method
         to add child configurations with a higher priority.
       </action>
+      <action dev="oheger" type="fix" issue="CONFIGURATION-703" due-to="Pascal Essiembre">
+        XMLConfiguration now handles elements correctly whose value consists
+        only of whitespace if the xml:space attribute is set to preserve.
+      </action>
     </release>
 
     <release version="2.2" date="2017-10-12"