Author: oheger
Date: Thu Dec 1 20:56:59 2016
New Revision: 1772269
URL: http://svn.apache.org/viewvc?rev=1772269&view=rev
Log:
[CONFIGURATION-641] 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=1772269&r1=1772268&r2=1772269&view=diff
==============================================================================
--- commons/proper/configuration/trunk/src/changes/changes.xml (original)
+++ commons/proper/configuration/trunk/src/changes/changes.xml Thu Dec 1
20:56:59 2016
@@ -34,6 +34,12 @@
<action dev="oheger" type="fix" issue="CONFIGURATION-643">
Documentation improvements for the user's guide.
</action>
+ <action dev="oheger" type="fix" issue="CONFIGURATION-641">
+ Improved documentation of FileBased interface. The Javadocs now state
+ explicitly that the methods should not be called by client code.
+ Exception handling in configuration classes implementing
+ FileLocatorAware has been improved.
+ </action>
<action dev="oheger" type="fix" issue="CONFIGURATION-640">
PropertiesConfiguration now correctly unescapes some special characters
that are always escaped in Java properties files.