CHANGELOG.md in fast_excel-0.2.6 vs CHANGELOG.md in fast_excel-0.3.0
- old
+ new
@@ -1,5 +1,18 @@
+#### Version 0.3.0 - 23 jul 2020
+
+* Add support for FastExcel::URL
+* Add support for writing boolean values
+* Add enable_filters!(end_col: X)
+* Allow to open with an empty existing file
+* Add missing enums to chart
+* Don't change sheet name from "" to nil
+* Support build with docker
+* Fix crash when sheet name exceeds maximum length.
+* [BREAKING CHANGE] Rename `worksheet.right_to_left` to `worksheet.set_right_to_left`:
+ - now it will work properly when using the `pry-rails` gem, not forcing the document start from right even when this method is not called.
+
#### Version 0.2.6 - 26 jan 2019
* Add column auto width (thanks to @duffyjp)
#### Version 0.2.5 - 22 jun 2018
@@ -35,6 +48,6 @@
* Add feature to use user default font
* Add benchmarks
#### Version 0.1.0 - 24 feb 2017
-Initial
\ No newline at end of file
+Initial