CHANGELOG.md in eco-helpers-2.0.24 vs CHANGELOG.md in eco-helpers-2.0.25
- old
+ new
@@ -1,14 +1,24 @@
# Change Log
All notable changes to this project will be documented in this file.
-## [2.0.24] - 2021-06-xx
+## [2.0.25] - 2021-06-xx
### Added
- - `Eco::API::Session::Batch::Job` made **native** `-include-excluded`
- * also added new option `-include-only-excluded` to be able to only target people HRIS excluded
+ - `Eco::API::UseCases::DefaultCases::HrisCase` validation error to require `-schema-id` command line when there are people in schemas other than the active one
+
### Changed
+ - `Eco::API::Session::Batch::Job`
+ * for backwards compatibility `-include-only-excluded` should bring an options structure compatible with `-include-excluded`
+
### Fixed
+ - `Eco::API::Session::Batch` fixed typo that would prevent `prompt_user` to work
+
+## [2.0.24] - 2021-06-22
+
+### Added
+ - `Eco::API::Session::Batch::Job` made **native** `-include-excluded`
+ * also added new option `-include-only-excluded` to be able to only target people HRIS excluded
## [2.0.23] - 2021-06-22
### Added