CHANGELOG.md in eco-helpers-3.0.20 vs CHANGELOG.md in eco-helpers-3.0.21
- old
+ new
@@ -1,23 +1,41 @@
# Change Log
All notable changes to this project will be documented in this file.
-## [3.0.20] - 2024-12-xx
+## [3.0.21] - 2024-12-16
### Added
+- `Eco::API::Common::Session::Logger`
+ - Implement **channels** logging.
+
+### Changed
+
+- Moved `input` and `people` **cli_default configurations** to a class definition
+- `Eco::Language::AuxiliarLogger#log`
+ - Allow for multiple levels
+ - Return `NilClass`
+
+### Fixed
+
+- `Eco::API::Session::Batch::Job#summary`
+ - Ensure a summary of pending jobs can be handled, even if `#launch` was NOT explicitly called.
+ - As we don't consolidate, it may give more actual updates than pending, yet this is better than providing the `count` of entries in the job's queue.
+
+## [3.0.20] - 2024-12-07
+
+### 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