diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index b218781d..909e72a7 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -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