Author: oheger
Date: Thu Apr 20 16:04:23 2017
New Revision: 1792080
URL: http://svn.apache.org/viewvc?rev=1792080&view=rev
Log:
[CONFIGURATION-663] 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=1792080&r1=1792079&r2=1792080&view=diff
==============================================================================
--- commons/proper/configuration/trunk/src/changes/changes.xml (original)
+++ commons/proper/configuration/trunk/src/changes/changes.xml Thu Apr 20
16:04:23 2017
@@ -27,6 +27,9 @@
<body>
<release version="2.2" date="2017-MM-DD"
description="Minor release with new APIs and bug fixes.">
+ <action dev="oheger" type="update" issue="CONFIGURATION-663">
+ Fixed a typo in the upgrade to 2.0 guide.
+ </action>
<action dev="oheger" type="add" issue="CONFIGURATION-653"
due-to="Vincent Maurin">
ConfigurationUtils and ConfigurationConverter now offer better support
for immutable configurations.