From f16b22913ab21f6187598216510bc68c0f662cc1 Mon Sep 17 00:00:00 2001 From: Randy Morgan Date: Wed, 23 Jan 2013 08:22:32 +0900 Subject: Updated README as pre-release prep --- README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 042478d5..705aef4c 100644 --- a/README.md +++ b/README.md @@ -152,13 +152,19 @@ This gem has 100% test coverage using test/unit. To execute tests for this gem, #Change log --------- -- **December.??.12**:1.3.5 +- **January.??.12**: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. + - Rewrote cell serialization to improve performance + - Added iso_8601 type to support text based date and time management. + - Bug fix for relationahip management in drawings when you add images + and charts to the same worksheet drawing. - Added outline_level_rows and outline_level_columns to worksheet to simplify setting up outlining in the worksheet. - Added support for pivot tables - Added support for descrete border edge styles - Improved validation of sheet names - - Added support for formula value caching so that iOS and OSX preview can show the proper values - + - Added support for formula value caching so that iOS and OSX preview can show the proper values. See Cell.add_row and the formula_values option. - **November.25.12**:1.3.4 - Support for headers and footers for worksheets - bug fix: Properly escape hyperlink urls @@ -256,6 +262,8 @@ air and our feet on the ground. [ball-hayden](https://github.com/ball-hayden) - For making sure we only get the right characters in our sheet names. +[nibus](https://github.com/nibus) - For patching sheet name unequeness. + #Copyright and License ---------- -- cgit v1.2.3