Author: oheger
Date: Sat Mar 17 20:49:26 2018
New Revision: 1827107
URL: http://svn.apache.org/viewvc?rev=1827107&view=rev
Log:
CONFIGURATION-690: Updated changex.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=1827107&r1=1827106&r2=1827107&view=diff
==============================================================================
--- commons/proper/configuration/trunk/src/changes/changes.xml (original)
+++ commons/proper/configuration/trunk/src/changes/changes.xml Sat Mar 17
20:49:26 2018
@@ -56,6 +56,10 @@
Fixed a bug related to the handling of multiple include files in
PropertiesConfiguration.
</action>
+ <action dev="oheger" type="fix" issue="CONFIGURATION-690">
+ ExprLookup.getVariables() no longer returns null, but a copy of the
+ current variables of this lookup object.
+ </action>
</release>
<release version="2.2" date="2017-10-12"