README.rdoc in writeexcel-0.4.0 vs README.rdoc in writeexcel-0.4.1
- old
+ new
@@ -2,9 +2,13 @@
Write to a cross-platform Excel binary file.
== Recent Changes
+v0.4.1
+* Bug fix. Workbook#add_format() doesn't work when received two or more parameters.
+* Bug fix. Worksheet#write_formula() doesn't work when formula contains utf8 string.
+
v0.4.0
* works also on Ruby 1.9.1.
* modify README.rdoc below.
* write source and run in utf8.
* unary minus supported. but -1 --> -1*1, -SIN() --> -1*SIN()