summaryrefslogtreecommitdiffstats
path: root/Changes
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-03-21 16:53:39 -0400
committerJesse Luehrs <doy@tozt.net>2014-03-21 16:57:41 -0400
commit30daf8b7d777faf5814a53c2e0501c0f0966a4a7 (patch)
tree6a26daf5401f8a80697845a6d68597dfb1a1b3fd /Changes
parentd999c50d9444a89e4746006a25f7cfe9b56cddca (diff)
downloadspreadsheet-parsexlsx-30daf8b7d777faf5814a53c2e0501c0f0966a4a7.tar.gz
spreadsheet-parsexlsx-30daf8b7d777faf5814a53c2e0501c0f0966a4a7.zip
fix incompatibility with newer Spreadsheet::ParseExcel (fixes #22)
in https://rt.cpan.org/Public/Bug/Display.html?id=93065, Spreadsheet::ParseExcel decided to start treating 'auto' colors as black instead of white, but this isn't correct for fill colors, so we have to correct for that
Diffstat (limited to 'Changes')
-rw-r--r--Changes2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changes b/Changes
index 5740261..c919795 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,8 @@
Revision history for Spreadsheet-ParseXLSX
{{$NEXT}}
+ - fix incompatibility with newer Spreadsheet::ParseExcel (reported by
+ dsteinbrunner, #22)
0.13 2014-01-29
- support locked and hidden cells (Tux, #15)