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 2014/09/09 21:33:08 UTC

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

Author: oheger
Date: Tue Sep  9 19:33:08 2014
New Revision: 1623874

URL: http://svn.apache.org/r1623874
Log:
[CONFIGURATION-582] 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=1623874&r1=1623873&r2=1623874&view=diff
==============================================================================
--- commons/proper/configuration/trunk/src/changes/changes.xml (original)
+++ commons/proper/configuration/trunk/src/changes/changes.xml Tue Sep  9 19:33:08 2014
@@ -37,6 +37,10 @@
         listener interface which can be used to receive notifications from
         multiple types of event sources.
       </action>
+      <action dev="oheger" type="fix" issue="CONFIGURATION-582">
+        Fixed a StringIndexOutOfBoundsException in PropertiesConfigurationLayout
+        which was caused by lines containing only whitespace.
+      </action>
       <action dev="oheger" type="add" issue="CONFIGURATION-579">
         A migration guide has been created which supports when upgrading from
         version 1.x to 2.0.