CHANGELOG in roo-1.13.1 vs CHANGELOG in roo-1.13.2
- old
+ new
@@ -1,4 +1,9 @@
+== 1.13.2 2013-12-23
+
+* bugfixes
+ * Fix that Excelx link-cells would blow up if the value wasn't a string. Due to the way Spreadsheet::Link is implemented the link text must be treated as a string. #92
+
== 1.13.1 2013-12-23
* bugfixes
* Fix that Excelx creation could blow up due to nil rels files. #90