summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorRandy Morgan <[email protected]>2013-02-04 15:36:35 +0900
committerRandy Morgan <[email protected]>2013-02-04 15:36:35 +0900
commit61488b068f220a32f4c5ab50a4108e61caa4d7aa (patch)
tree8dcb574ca3e6f5819b349ebdc35628bf1b635f44 /README.md
parent7d578aa6a4f54b88855e530a1a543c38387fe03d (diff)
downloadcaxlsx-61488b068f220a32f4c5ab50a4108e61caa4d7aa.tar.gz
caxlsx-61488b068f220a32f4c5ab50a4108e61caa4d7aa.zip
Completed missing docs and pre-release prep
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 705aef4c..5a3eec93 100644
--- a/README.md
+++ b/README.md
@@ -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**: November ??th 2012
+**Release Date**: February 4th 2013
If you are working in rails, or with active record see:
* http://github.com/randym/acts_as_xlsx
@@ -152,7 +152,7 @@ This gem has 100% test coverage using test/unit. To execute tests for this gem,
#Change log
---------
-- **January.??.12**:1.3.5
+- **February.4.13**:1.3.5
- converted vary_colors for chart data to instance variable with appropriate defulats for the various charts.
- Added trust_input method on Axlsx to instruct the serializer to skip HTML escaping. This will give you a tremendous performance boost,
Please be sure that you will never have <, >, etc in your content or the XML will be invalid.