Author: oheger
Date: Tue Oct 2 19:52:16 2018
New Revision: 1842650
URL: http://svn.apache.org/viewvc?rev=1842650&view=rev
Log:
[CONFIGURATION-715/716] 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=1842650&r1=1842649&r2=1842650&view=diff
==============================================================================
--- commons/proper/configuration/trunk/src/changes/changes.xml (original)
+++ commons/proper/configuration/trunk/src/changes/changes.xml Tue Oct 2
19:52:16 2018
@@ -44,6 +44,16 @@
<action dev="oheger" type="add" issue="CONFIGURATION-713" due-to="Lars
W">
Configuration properties can now be converted to regular expressions.
</action>
+ <action dev="oheger" type="add" issue="CONFIGURATION-715"
due-to="Patrick Schmidt">
+ With JupIOFactory a new IOFactory implementation is now available that
+ implements handling of whitespace in a way closer to
java.util.Properties.
+ This class can be used when stricter compatibility with Java standard
+ methods for reading and writing properties files is needed.
+ </action>
+ <action dev="oheger" type="add" issue="CONFIGURATION-716"
due-to="Patrick Schmidt">
+ JupIOFactory (introduced for CONFIGURATION-715) also implements
+ handling of escape sequences in a way closer to java.util.Properties.
+ </action>
<action dev="ggregory" type="update" issue="CONFIGURATION-720">
Replace use of deprecated Commons Lang string substitution code for
Commons Text.
</action>