CHANGELOG.md in eco-helpers-1.4.2 vs CHANGELOG.md in eco-helpers-1.5.0
- old
+ new
@@ -1,13 +1,17 @@
# Change Log
All notable changes to this project will be documented in this file.
-## [1.4.3] - 2020-07-xx
+## [1.5.0] - 2020-09-11
### Added
+ - `Eco::Data::Files#file_empty?` to prevent error when checking encoding
### Changed
+ - change abilities to align with ecoPortal release `1.5.2`
### Fixed
-
+ - `Eco::CSV#parse` and `Eco::CSV#read` should use the proper `encoding` when it's `bom`
+ * apparently, this can only be achieved by passing an argument such as `rb:bom|utf-8`
+ * best reference found: https://stackoverflow.com/a/60794851/4352306
## [1.4.2] - 2020-07-23
### Added
### Changed