Author: oheger
Date: Thu Nov 11 21:04:07 2010
New Revision: 1034123
URL: http://svn.apache.org/viewvc?rev=1034123&view=rev
Log:
[CONFIGURATION-428] 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=1034123&r1=1034122&r2=1034123&view=diff
==============================================================================
--- commons/proper/configuration/trunk/src/changes/changes.xml (original)
+++ commons/proper/configuration/trunk/src/changes/changes.xml Thu Nov 11
21:04:07 2010
@@ -23,6 +23,10 @@
<body>
<release version="1.7" date="in SVN" description="">
+ <action dev="oheger" type="fix" issue="CONFIGURATION-428">
+ XMLConfiguration no longer escapes backslashs in the values of
+ XML elements.
+ </action>
<action dev="oheger" type="fix" issue="CONFIGURATION-424">
HierarchicalINIConfiguration now works correctly with configurations
that contain only properties in the global section.