summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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