Author: oheger
Date: Mon Jan 6 14:57:15 2014
New Revision: 1555840
URL: http://svn.apache.org/r1555840
Log:
[CONFIGURATION-563] 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=1555840&r1=1555839&r2=1555840&view=diff
==============================================================================
--- commons/proper/configuration/trunk/src/changes/changes.xml (original)
+++ commons/proper/configuration/trunk/src/changes/changes.xml Mon Jan 6
14:57:15 2014
@@ -27,6 +27,10 @@
<body>
<release version="2.0" date="in SVN"
description="TBD">
+ <action dev="oheger" type="update" issue="CONFIGURATION-563">
+ The DefaultExpressionEngine class is now immutable. An instance can be
+ shared between multiple configuration objects.
+ </action>
<action dev="oheger" type="update" issue="CONFIGURATION-562">
Improved the API of ExprLookup.
</action>