CHANGELOG.md in eco-helpers-3.0.19 vs CHANGELOG.md in eco-helpers-3.0.20
- old
+ new
@@ -1,13 +1,29 @@
# Change Log
All notable changes to this project will be documented in this file.
-## [3.0.19] - 2024-10-xx
+## [3.0.20] - 2024-12-xx
### Added
+- Mailer: to specify non-default `space` in the subject, when used.
+- `Eco::API::Common::Loaders::Config`
+ - Can call config with params
+- `Eco::API::Common::Loaders::Session`
+ - Which switches the configuration to that of the specific environment
+
+### Changed
+
+- On failure, `Eco::API::Session::Job#summary` to give precise estimates on what is pending to be run.
+
+### Fixed
+
+## [3.0.19] - 2024-11-21
+
+### Added
+
- Input entries `:json` parser
- **Cases**:
- `json-to-csv`
- `split-json`
- `sort-csv`
@@ -18,11 +34,9 @@
- Refactored input file parsers (`csv`, `xls`)
- Upgraded gems:
- `ecoportal-api`
- `ecoportal-api-v2`
- `ecoportal-api-graphql`
-
-### Fixed
## [3.0.18] - 2024-10-28
### Changed