summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRandy Morgan <[email protected]>2012-02-03 10:34:48 +0900
committerRandy Morgan <[email protected]>2012-02-03 10:34:48 +0900
commitd6e25888aa051d9fd297fb04a3c0c0ea1c55cdcb (patch)
tree7c8bcd1b2d9efe0c33718f470ed1cd97bb2d7d0e
parent057b5ebaf96ba6a66ed56bf5ef8a3184a482cec8 (diff)
downloadcaxlsx-d6e25888aa051d9fd297fb04a3c0c0ea1c55cdcb.tar.gz
caxlsx-d6e25888aa051d9fd297fb04a3c0c0ea1c55cdcb.zip
update readme to include tag comparison links
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 357bdc80..2ad0144e 100644
--- a/README.md
+++ b/README.md
@@ -273,6 +273,7 @@ This gem has 100% test coverage using test/unit. To execute tests for this gem,
#Changelog
---------
- ** February.2.12**: 1.0.16 release
+ https://github.com/randym/axlsx/compare/1.0.15...1.0.16
- Bug fix for schema file locations when validating in rails
- Added hyperlink to images
- date1904 now automatically set in bsd and mac environments
@@ -280,6 +281,7 @@ This gem has 100% test coverage using test/unit. To execute tests for this gem,
- col_style now skips rows that do not contain cells at the column index
- **January.6.12**: 1.0.15 release
+ https://github.com/randym/axlsx/compare/1.0.14...1.0.15
- Bug fix add_style specified number formats must be explicity applied for libraOffice
- performance improvements from ochko when creating cells with options.
- Bug fix setting types=>[:n] when adding a row incorrectly determines the cell type to be string as the value is null during creation.