Author: oheger
Date: Sat May 21 15:21:51 2016
New Revision: 1744958
URL: http://svn.apache.org/viewvc?rev=1744958&view=rev
Log:
[CONFIGURATION-626] 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=1744958&r1=1744957&r2=1744958&view=diff
==============================================================================
--- commons/proper/configuration/trunk/src/changes/changes.xml (original)
+++ commons/proper/configuration/trunk/src/changes/changes.xml Sat May 21
15:21:51 2016
@@ -27,6 +27,10 @@
<body>
<release version="2.1" date="in SVN"
description="TBD">
+ <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.
+ </action>
<action dev="deki" type="add" issue="CONFIGURATION-624">
Support Commons Configuration as PropertySource in Spring.
</action>