summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorRandy Morgan <[email protected]>2013-06-23 10:11:23 +0100
committerRandy Morgan <[email protected]>2013-06-23 10:11:23 +0100
commit86180711acbb7f9c6a04688fc9e6ffbf27bacf19 (patch)
tree336dbcaeb65f9161f2b361c485a8e65976f13357 /README.md
parent7caf2ea9dfe92fa418f40132ea3c94d3da109f2c (diff)
downloadcaxlsx-86180711acbb7f9c6a04688fc9e6ffbf27bacf19.tar.gz
caxlsx-86180711acbb7f9c6a04688fc9e6ffbf27bacf19.zip
added sparse array transposition with blocks for rows/cols switching and some docs updates for release prep
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index 20f67088..ff3fe557 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ appreciation for the gem, please don't hesitate to make a donation.
**License**: MIT License
-**Latest Version**: 1.3.6
+**Latest Version**: 1.3.7
**Ruby Version**: 1.8.7 (soon to be depreciated!!!), 1.9.2, 1.9.3, 2.0.0
@@ -29,7 +29,7 @@ appreciation for the gem, please don't hesitate to make a donation.
**Rubinius Version**: rubinius 2.0.0dev * lower versions may run, this gem always tests against head.
-**Release Date**: April 24th 2013
+**Release Date**: June ? 2013
If you are working in rails, or with active record see:
[acts_as_xlsx](http://github.com/randym/acts_as_xlsx)
@@ -160,7 +160,9 @@ This gem has 100% test coverage using test/unit. To execute tests for this gem,
#Change log
---------
-- **April.??.13**:1.37
+- **June.?.13**:1.3.7
+ - Bugfix: transposition of cells for Worksheet#cols now supports
+ incongruent column counts.counts
- Added space preservation for cell text. This will allow whitespace
in cell text both when using shared strings and when serializing
directly to the cell.