summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2016-05-23 01:33:06 -0400
committerJesse Luehrs <doy@tozt.net>2016-05-23 01:33:06 -0400
commitb5424a91981191000ba2dc7a2419a3be243b6097 (patch)
tree3e76580866a38117dc053fe13a54626dd3629747
parent73ea6edd9e7d34e63d163b79d9bb5552e9d6e2d4 (diff)
downloadspreadsheet-parsexlsx-b5424a91981191000ba2dc7a2419a3be243b6097.tar.gz
spreadsheet-parsexlsx-b5424a91981191000ba2dc7a2419a3be243b6097.zip
update changelog
-rw-r--r--Changes5
1 files changed, 5 insertions, 0 deletions
diff --git a/Changes b/Changes
index 19808b3..d05090b 100644
--- a/Changes
+++ b/Changes
@@ -5,6 +5,11 @@ Revision history for Spreadsheet-ParseXLSX
- Fix parsing files with non-default XML namespace names
- Handle files with no style information
- Handle fills that don't specify a pattern type (vfilatov, #41)
+ - Fix parsing of encrypted files on big-endian systems
+ (mazurin, Tux, #50, #51)
+ - Support reading files where the case is specified incorrectly (this is
+ likely actually a bug in the program generating these files, but I
+ don't think this fix is likely to break any real files) (Tux, #57)
0.20 2015-12-05
- Fix the test suite on perls compiled with -Duselongdouble (Slaven