CHANGELOG.md in eco-helpers-2.0.22 vs CHANGELOG.md in eco-helpers-2.0.23

- old
+ new

@@ -1,8 +1,19 @@ # Change Log All notable changes to this project will be documented in this file. +## [2.0.23] - 2021-06-xx + +### Added + - `Eco::API::Session::Batch::Job` **new** option (`-save-requests`) to save requests even if in `dry-run` (`-simulate`) +### Changed + - `Eco::API::Session::Batch::Job` new people won't create updates unless they have either details or account + * because that entry is not supposed to be created unless has account or details + +### Fixed + + ## [2.0.22] - 2021-06-18 ### Added - exposed `logger` in `BaseLoader` and - support for multiple input files @@ -22,11 +33,9 @@ - dry out `BaseLoader` (only session is set as instance variable) - removed `creek` **dependency** (it was not used anywhere in the gem) * we just kept `roo` and `roo-xls` - custom `Error` classes now all inherit from `StandardError` (rather than `Exception`) - -### Fixed ## [2.0.21] - 2021-06-04 ### Added