You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ki...@apache.org on 2012/07/19 19:57:47 UTC

svn commit: r1363443 - /commons/proper/functor/trunk/src/changes/changes.xml

Author: kinow
Date: Thu Jul 19 17:57:46 2012
New Revision: 1363443

URL: http://svn.apache.org/viewvc?rev=1363443&view=rev
Log:
[FUNCTOR-21] Updated changes.xml including the changes in this issue

Modified:
    commons/proper/functor/trunk/src/changes/changes.xml

Modified: commons/proper/functor/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/functor/trunk/src/changes/changes.xml?rev=1363443&r1=1363442&r2=1363443&view=diff
==============================================================================
--- commons/proper/functor/trunk/src/changes/changes.xml (original)
+++ commons/proper/functor/trunk/src/changes/changes.xml Thu Jul 19 17:57:46 2012
@@ -23,6 +23,9 @@
   </properties>
   <body>
     <release version="1.0" date="2012-??-??" description="First release.">
+      <action dev="kinow" issue="FUNCTOR-21">
+        Fix NPE in UnarySequence.
+      </action>
       <action dev="simonetripodi" issue="FUNCTOR-19" due-to="Bruno P. Kinoshita">
         Fix checkstyle warnings
       </action>