CHANGELOG.md in eco-helpers-2.7.16 vs CHANGELOG.md in eco-helpers-2.7.17
- old
+ new
@@ -1,23 +1,45 @@
# Change Log
All notable changes to this project will be documented in this file.
-## [2.7.16] - 2024-06-18
+## [2.7.18] - 2024-06-xx
### Added
### Changed
### Fixed
-- `RegisterUpdateCase` filters
+## [2.7.17] - 2024-06-22
-## [2.7.15] - 2024-06-18
-
### Added
+- **Stop on uknown** options will try to offer suggestions from now on
+- `Eco::CSV::count` class method to stream-count the number of rows
+ - Option `-start-at` allows to start the count at certain row idx
+
### Changed
+
+- Added options to case `-split-csv`
+ - `-start-at`
+ - `-simulate` a dry-run will return the count and won't generate the files.
+- `Eco::CSV::split`
+ - the `block` allows to filter what rows should be included
+
+### Fixed
+
+- `Workflow::Mailer`: shouldn't send notification when there is an **error** that doesn't really need to be notified.
+- `to-csv` case should accepte target folder as an argument
+- `options_set` sort namespaces
+
+## [2.7.16] - 2024-06-18
+
+### Fixed
+
+- `RegisterUpdateCase` filters
+
+## [2.7.15] - 2024-06-18
### Fixed
- `Eco::API::Common::People::EntryFactor` super must be called before