summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorRandy Morgan <[email protected]>2012-06-04 13:18:23 +0900
committerRandy Morgan <[email protected]>2012-06-04 13:18:23 +0900
commit14afe1b475d288f92bb2475fe9c2f4f9360d8e1b (patch)
tree3fc83ff74ef9b41d80650f78ad1e2f525a40d4b7 /README.md
parent6932311b84142bc1c3567e0adb12ce77b4d127e3 (diff)
downloadcaxlsx-14afe1b475d288f92bb2475fe9c2f4f9360d8e1b.tar.gz
caxlsx-14afe1b475d288f92bb2475fe9c2f4f9360d8e1b.zip
pre-release bump
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 8 insertions, 5 deletions
diff --git a/README.md b/README.md
index 48f501ba..ab592fe7 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@ Axlsx: Office Open XML Spreadsheet Generation
**License**: MIT License
-**Latest Version**: 1.1.6
+**Latest Version**: 1.1.7
**Ruby Version**: 1.8.7, 1.9.2, 1.9.3
@@ -24,7 +24,7 @@ Axlsx: Office Open XML Spreadsheet Generation
**Rubinius Version**: rubinius 2.0.0dev * lower versions may run, this gem always tests against head.
-**Release Date**: May 30th 2012
+**Release Date**: June 4th 2012
If you are working in rails, or with active record see:
http://github.com/randym/acts_as_xlsx
@@ -115,7 +115,10 @@ This gem has 100% test coverage using test/unit. To execute tests for this gem,
#Change log
---------
-- ** May.30.12**: 1.1.6 release
+- **June.4.12**: 1.1.7 release
+ - fix chart rendering issue when label offset is specified as a
+ percentage in serialization.
+- **May.30.12**: 1.1.6 release
- data protection with passwords for sheets
- cell level input validators
- added support for two cell anchors for images
@@ -126,14 +129,14 @@ This gem has 100% test coverage using test/unit. To execute tests for this gem,
- resolved all warnings generating from this gem.
- improved comment relationship management for multiple comments
-- ** May.13.12**: 1.1.5 release
+- **May.13.12**: 1.1.5 release
- MOAR print options! You can now specify paper size, orientation,
fit to width, page margings and gridlines for printing.
- Support for adding comments to your worksheets
- bugfix for applying style to empty cells
- bugfix for parsing formula with multiple '='
-- ** May.3.12:**: 1.1.4 release
+- **May.3.12:**: 1.1.4 release
- MOAR examples
- added outline level for rows and columns
- rebuild of numeric and axis data sources for charts