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 2008/06/01 22:18:33 UTC

svn commit: r662280 - /commons/proper/configuration/trunk/xdocs/changes.xml

Author: oheger
Date: Sun Jun  1 13:18:33 2008
New Revision: 662280

URL: http://svn.apache.org/viewvc?rev=662280&view=rev
Log:
CONFIGURATION-307: Updating changes.xml

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

Modified: commons/proper/configuration/trunk/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/xdocs/changes.xml?rev=662280&r1=662279&r2=662280&view=diff
==============================================================================
--- commons/proper/configuration/trunk/xdocs/changes.xml (original)
+++ commons/proper/configuration/trunk/xdocs/changes.xml Sun Jun  1 13:18:33 2008
@@ -23,6 +23,10 @@
 
   <body>
     <release version="1.6" date="in SVN" description="">
+      <action dev="oheger" type="fix" issue="CONFIGURATION-307">
+        XMLConfiguration now supports the xml:space attribute. This attribute
+        can be used to preserve whitespace in the content of XML elements.
+      </action>
       <action dev="oheger" type="fix" issue="CONFIGURATION-328">
         A bug in XMLConfiguration.addNodes() made it impossible to add
         attribute nodes using this method. This has been fixed.