CHANGELOG.md in fast_excel-0.4.1 vs CHANGELOG.md in fast_excel-0.5.0
- old
+ new
@@ -1,4 +1,13 @@
+#### Version 0.5.0 - 02 jan 2024
+
+* Support ruby 3.3
+* Sync latest libxlsxwriter
+* Add support for writing cell comments
+* Add more examples
+* Fix compilation of minizip on NixOS (Thanks to @Mange)
+* On close set empty columns to default width (Thanks to @steffansluis)
+
#### Version 0.4.1 - 13 jan 2023
* Support ruby 3.2
* Improve library loading (Thanks to @sly7-7 and @BrianHawley)
* Ensure Time.zone is not nil (Thanks to @ksuh90)