Author: britter
Date: Fri Jul 11 18:44:30 2014
New Revision: 1609769
URL: http://svn.apache.org/r1609769
Log:
Add CSV-122 to RELEASE-NOTES.txt
Modified:
commons/proper/csv/trunk/RELEASE-NOTES.txt
Modified: commons/proper/csv/trunk/RELEASE-NOTES.txt
URL:
http://svn.apache.org/viewvc/commons/proper/csv/trunk/RELEASE-NOTES.txt?rev=1609769&r1=1609768&r2=1609769&view=diff
==============================================================================
--- commons/proper/csv/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/csv/trunk/RELEASE-NOTES.txt Fri Jul 11 18:44:30 2014
@@ -34,6 +34,8 @@ o CSV-48: Predefined format for MYSQL
FIXED BUGS
============
+o CSV-122: NullPointerException when empty header string and and null string
of "".
+ Thanks to Mike Lewis.
o CSV-118: CSVRecord.toMap() throws NPE on formats with no
headers. Thanks to Enrique Lara.
o CSV-113: Check whether ISE/IAE are being used appropriately