You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by oh...@apache.org on 2016/07/01 17:06:38 UTC

svn commit: r1750984 - /commons/proper/configuration/trunk/src/changes/changes.xml

Author: oheger
Date: Fri Jul  1 17:06:37 2016
New Revision: 1750984

URL: http://svn.apache.org/viewvc?rev=1750984&view=rev
Log:
[CONFIGURATION-628] 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=1750984&r1=1750983&r2=1750984&view=diff
==============================================================================
--- commons/proper/configuration/trunk/src/changes/changes.xml (original)
+++ commons/proper/configuration/trunk/src/changes/changes.xml Fri Jul  1 17:06:37 2016
@@ -40,6 +40,9 @@
         now support the interpolation of variables that reference properties
         with multiple values.
       </action>
+      <action dev="oheger" type="update" issue="CONFIGURATION-628">
+        Support for the ant build was dropped.
+      </action>
       <action dev="oheger" type="update" issue="CONFIGURATION-626">
         ImmutableConfiguration.getArray() has been deprecated. Arrays can now
         be queried using the generic get() method in a type-safe way.