summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRandy Morgan <[email protected]>2012-03-02 09:47:15 +0900
committerSean Duckett <[email protected]>2012-03-07 14:45:03 -0600
commit786ec2a429010d6a78d6cc5b4257ad367dabbaed (patch)
treeb923d8c58d475bf5c581b5feb047687558876817
parent0ca7f58b7a01a88ddef177a9c911cbe616f91cce (diff)
downloadcaxlsx-786ec2a429010d6a78d6cc5b4257ad367dabbaed.tar.gz
caxlsx-786ec2a429010d6a78d6cc5b4257ad367dabbaed.zip
adding in additional features for next release changelog notes.
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 31c179b2..37a09854 100644
--- a/README.md
+++ b/README.md
@@ -309,13 +309,15 @@ This gem has 100% test coverage using test/unit. To execute tests for this gem,
#Changelog
---------
-- ** March.??.12**: 1.0.18 release
+- ** March.5.12**: 1.0.18 release
https://github.com/randym/axlsx/compare/1.0.17...1.0.18
- bugfix custom borders are not properly applied when using styles.add_style
- interop worksheet names must be 31 characters or less or some versions of office complain about repairs
- added type support for :boolean and :date types cell values
- iterop added some elements so that rubyXL can parse sheets generated with axlsx
- added support for fixed column widths
+ - added support for page_margins
+ - added << alias for add_row
- ** February.14.12**: 1.0.17 release
https://github.com/randym/axlsx/compare/1.0.16...1.0.17