summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorRandy Morgan <[email protected]>2012-04-25 20:31:40 +0900
committerRandy Morgan <[email protected]>2012-04-25 20:31:40 +0900
commitc01d70a9a34df0f9e741739b7f19a80f0dd2bb94 (patch)
tree87375469afc154aa4040d00b807e2118d3282dc4 /README.md
parent164c8a518c69cada031db80b903efbdc70b77864 (diff)
downloadcaxlsx-c01d70a9a34df0f9e741739b7f19a80f0dd2bb94.tar.gz
caxlsx-c01d70a9a34df0f9e741739b7f19a80f0dd2bb94.zip
update README and version for pre-release
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 10 insertions, 2 deletions
diff --git a/README.md b/README.md
index cad9a011..d87ec9be 100644
--- a/README.md
+++ b/README.md
@@ -16,11 +16,13 @@ Axlsx: Office Open XML Spreadsheet Generation
**License**: MIT License
-**Latest Version**: 1.1.1
+**Latest Version**: 1.1.2
**Ruby Version**: 1.8.7, 1.9.2, 1.9.3
-**JRuby Version**: 1.6.7
+**JRuby Version**: 1.6.7 1.8 and 1.9 modes
+
+**Rubinius Version**: rubinius 2.0.0dev * lower versions may run, this gem always tests against head.
**Release Date**: April 18th 2012
@@ -470,6 +472,12 @@ This gem has 100% test coverage using test/unit. To execute tests for this gem,
#Change log
---------
+- ** April.25.12:*: 1.1.2 release
+ - Conditional Formatting completely implemented.
+ - refactoring / documentation for Style#add_style
+ - added in label rotation for chart axis labels
+ - bugfix to porperly assign style and type info to cells when only partial information is provided in the types/style option
+
- ** April.18.12**: 1.1.1 release
- bugfix for autowidth calculations across multiple rows
- bugfix for dimension calculations with nil cells.