README.rdoc in writeexcel-1.0.3 vs README.rdoc in writeexcel-1.0.4
- old
+ new
@@ -82,9 +82,12 @@
* Worksheet.keep_leading_zeros()
* ignore. if write 0001, use string such as write(1,2, '0001')
* and ......
== Recent Change
+v1.0.4
+* put formula parsers classes in a module to avoid namespace conflicts. (thanks Kevin)
+
v1.0.3
* Bug fix issue 29. bug in extern sheet reference.
v1.0.2
* Bug fix issue 28. bug in non ascii worksheet names.