Author: oheger
Date: Fri Mar 4 21:13:46 2016
New Revision: 1733654
URL: http://svn.apache.org/viewvc?rev=1733654&view=rev
Log:
[CONFIGURATION-620] 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=1733654&r1=1733653&r2=1733654&view=diff
==============================================================================
--- commons/proper/configuration/trunk/src/changes/changes.xml (original)
+++ commons/proper/configuration/trunk/src/changes/changes.xml Fri Mar 4
21:13:46 2016
@@ -27,6 +27,10 @@
<body>
<release version="2.0" date="in SVN"
description="TBD">
+ <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.
+ </action>
<action dev="oheger" type="add" issue="CONFIGURATION-619">
CombinedConfigurationBuilder now supports inheritance of its parameters
to child configuration sources. This is enabled by default.