summaryrefslogtreecommitdiffstats
path: root/Changes
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2016-05-22 03:15:48 -0400
committerJesse Luehrs <doy@tozt.net>2016-05-22 03:18:34 -0400
commit5af52b992a3ea7298f302814a332609da3bf8125 (patch)
treec6bf77ee4535c1c6a1e9289ca1caa9429a46f6a0 /Changes
parent19c787c43a7559189c12b89bfe4523e012a6ec1d (diff)
downloadspreadsheet-parsexlsx-5af52b992a3ea7298f302814a332609da3bf8125.tar.gz
spreadsheet-parsexlsx-5af52b992a3ea7298f302814a332609da3bf8125.zip
better error message when loading xls files (#52)
encrypted xlsx files use the same file container format as xls files, and so our simple heuristic here will identify xls files as encrypted xlsx files - we should bail out if we can't find encrypted data instead
Diffstat (limited to 'Changes')
-rw-r--r--Changes1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changes b/Changes
index ae2e726..4fff5d7 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,7 @@
Revision history for Spreadsheet-ParseXLSX
{{$NEXT}}
+ - Give a better error message when opening xls files (mchendriks, #52)
0.20 2015-12-05
- Fix the test suite on perls compiled with -Duselongdouble (Slaven