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 2013/07/13 21:46:19 UTC

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

Author: oheger
Date: Sat Jul 13 19:46:19 2013
New Revision: 1502873

URL: http://svn.apache.org/r1502873
Log:
[CONFIGURATION-418] 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=1502873&r1=1502872&r2=1502873&view=diff
==============================================================================
--- commons/proper/configuration/trunk/src/changes/changes.xml (original)
+++ commons/proper/configuration/trunk/src/changes/changes.xml Sat Jul 13 19:46:19 2013
@@ -167,6 +167,11 @@
         EventSource is now an interface. With BaseEventSource there is a
         default implementation.
       </action>
+      <action dev="oheger" type="update" issue="CONFIGURATION-418">
+        The handling of list delimiters and their escape characters has been
+        reworked. A new ListDelimiterHandler interface was introduced allowing
+        applications to customize the treatment of list delimiters.
+      </action>
       <action dev="oheger" type="update" issue="CONFIGURATION-330">
         Concurrent access to configurations has been reworked.
       </action>