Author: oheger
Date: Tue Nov 29 21:02:33 2016
New Revision: 1771958
URL: http://svn.apache.org/viewvc?rev=1771958&view=rev
Log:
[CONFIGURATION-643] 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=1771958&r1=1771957&r2=1771958&view=diff
==============================================================================
--- commons/proper/configuration/trunk/src/changes/changes.xml (original)
+++ commons/proper/configuration/trunk/src/changes/changes.xml Tue Nov 29
21:02:33 2016
@@ -27,6 +27,9 @@
<body>
<release version="2.2" date="in SVN"
description="TBD">
+ <action dev="oheger" type="fix" issue="CONFIGURATION-643">
+ Documentation improvements for the user's guide.
+ </action>
<action dev="oheger" type="fix" issue="CONFIGURATION-640">
PropertiesConfiguration now correctly unescapes some special characters
that are always escaped in Java properties files.