README.rdoc in write_xlsx-0.64.0 vs README.rdoc in write_xlsx-0.64.1

- old
+ new

@@ -73,9 +73,15 @@ worksheet.write('A4', '=SIN(PI()/4)') workbook.close == Recent change +2013-03-06 v0.64.1 + Bug fix in handling utf-8 string under ruby 1.8.7 + (examples/demo.rb failed under ruby 1.8.7) + + fix in Worksheet#set_h_pagebreaks + 2013-03-05 v0.64.0 Added the option to format individual points in a chart series. This allows Pie chart segments to be formatted.