You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by tn...@apache.org on 2012/12/09 15:58:55 UTC

svn commit: r1418995 - /commons/proper/email/trunk/src/changes/changes.xml

Author: tn
Date: Sun Dec  9 14:58:54 2012
New Revision: 1418995

URL: http://svn.apache.org/viewvc?rev=1418995&view=rev
Log:
Change an entry in changes.xml from fix to add.

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

Modified: commons/proper/email/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/email/trunk/src/changes/changes.xml?rev=1418995&r1=1418994&r2=1418995&view=diff
==============================================================================
--- commons/proper/email/trunk/src/changes/changes.xml (original)
+++ commons/proper/email/trunk/src/changes/changes.xml Sun Dec  9 14:58:54 2012
@@ -35,7 +35,7 @@
         Do not set the personal name of an address to the email address unless it is
         explicitly specified (affects TO, CC, BCC and FROM addresses).
       </action>
-      <action dev="tn" type="fix" issue="EMAIL-114" date="2012-12-02" due-to="Gokul Nanthakumar C">
+      <action dev="tn" type="add" issue="EMAIL-114" date="2012-12-02" due-to="Gokul Nanthakumar C">
         Added new methods addTo(String[]), addCc(String[]) and addBcc(String[]) to Email.
       </action>
       <action dev="tn" type="fix" issue="EMAIL-117" date="2012-12-02" due-to="sebb">