summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-01-29 16:03:48 -0500
committerJesse Luehrs <doy@tozt.net>2014-01-29 16:03:48 -0500
commit57a4e873b6391f73429acd68f2b180f42c8e34cd (patch)
tree6c0a577bbefa14dcad3524e32aee98e003976b79
parentd702671164596765c0901e75e593a6aee296c326 (diff)
downloadspreadsheet-parsexlsx-57a4e873b6391f73429acd68f2b180f42c8e34cd.tar.gz
spreadsheet-parsexlsx-57a4e873b6391f73429acd68f2b180f42c8e34cd.zip
changelog
-rw-r--r--Changes3
1 files changed, 3 insertions, 0 deletions
diff --git a/Changes b/Changes
index 6b2c6b6..aae445c 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,9 @@
Revision history for Spreadsheet-ParseXLSX
{{$NEXT}}
+ - support locked and hidden cells (Tux, #15)
+ - "default color" is now returned as undef, rather than assuming it's
+ always black (Tux, #15)
0.12 2013-12-09
- support underline and strikethrough font properties (matrot, #14)