Author: oheger
Date: Sun Mar 20 18:41:13 2016
New Revision: 1735896
URL: http://svn.apache.org/viewvc?rev=1735896&view=rev
Log:
[CONFIGURATION-621] 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=1735896&r1=1735895&r2=1735896&view=diff
==============================================================================
--- commons/proper/configuration/trunk/src/changes/changes.xml (original)
+++ commons/proper/configuration/trunk/src/changes/changes.xml Sun Mar 20
18:41:13 2016
@@ -27,6 +27,10 @@
<body>
<release version="2.0" date="in SVN"
description="TBD">
+ <action dev="oheger" type="update" issue="CONFIGURATION-621">
+ Moved ConfigurationLogger class to io package to avoid cyclic
+ dependencies between packages.
+ </action>
<action dev="oheger" type="fix" issue="CONFIGURATION-620" due-to="Mark
Vedder">
Fixed two invalid examples in the user's guide for file-based
configurations.