summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorRandy Morgan <[email protected]>2012-04-28 11:59:04 +0900
committerRandy Morgan <[email protected]>2012-04-28 11:59:04 +0900
commitec22639ba22da773b132c0d4cb10c4fee7925d2e (patch)
tree6fa6b95e0428af55bb3305eb90ec98be4495654c /README.md
parent3510da704ae060dfbc8b47e95ad3bbc242369135 (diff)
downloadcaxlsx-ec22639ba22da773b132c0d4cb10c4fee7925d2e.tar.gz
caxlsx-ec22639ba22da773b132c0d4cb10c4fee7925d2e.zip
updated readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/README.md b/README.md
index bd822d8a..2397fdc9 100644
--- a/README.md
+++ b/README.md
@@ -474,10 +474,15 @@ This gem has 100% test coverage using test/unit. To execute tests for this gem,
#Change log
---------
-- ** April.25.12:*: 1.1.3 release
+- ** April.??.12:**: 1.1.4 release
+ - bugfix in val_axis_data to properly serialize value axis data. Excel does not mind as it reads from the sheet, but nokogiri has a fit if the elements are empty.
+ - Added support for specifying the color of data series in charts.
+ - bugfix using add_cell on row mismanaged calls to update_column_info.
+
+- ** April.25.12:**: 1.1.3 release
- Primarily because I am stupid.....Updates to readme to properly report version, add in missing docs and restructure example directory.
-- ** April.25.12:*: 1.1.2 release
+- ** 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