DEVEL_BLOG.md in rspreadsheet-0.3 vs DEVEL_BLOG.md in rspreadsheet-0.4.1
- old
+ new
@@ -73,11 +73,12 @@
* currently there is a confusing syntax @worksheet.rows(1).cells[5] which returns a cell object in SIXT column, which is not intended. It is side effecto of Row#cells returning an array
## Release notes
2017-01
- * basic image handling implemented (issue [#24](https://github.com/gorn/rspreadsheet/issues/24))
- * bug corrected: inserted row was not empty, but rather copy of the row below.
+ - file can be saced to any IO now, making it suitable for creating files on fly.
+ - basic image handling implemented (issue [#24](https://github.com/gorn/rspreadsheet/issues/24))
+ - bug corrected: inserted row was not empty, but rather copy of the row below.
## Developing this gem
### Automated testing