summaryrefslogtreecommitdiffstats
path: root/Changes
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2016-08-16 03:08:25 -0400
committerJesse Luehrs <doy@tozt.net>2016-08-16 03:09:53 -0400
commit80198923186bedda61d4dceb0272210dc8bec533 (patch)
treee7926db1cdce6f0b110c3265536d38b1c32e9f2f /Changes
parenteb63a78baa763b463f6975143d7a3d63c4fe1e75 (diff)
downloadspreadsheet-parsexlsx-80198923186bedda61d4dceb0272210dc8bec533.tar.gz
spreadsheet-parsexlsx-80198923186bedda61d4dceb0272210dc8bec533.zip
handle cell data without explicit location data (#61)
apparently this is a thing sometimes?
Diffstat (limited to 'Changes')
-rw-r--r--Changes2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changes b/Changes
index 452c2b1..d7bfb11 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,8 @@
Revision history for Spreadsheet-ParseXLSX
{{$NEXT}}
+ - Fix issues parsing sheets whose cell elements do not have location
+ attributes (dgiordano, #61)
0.26 2016-08-16
- Add explicit dependency on perl 5.10 (we apparently broke 5.8 support