CHANGELOG.md in eco-helpers-2.0.18 vs CHANGELOG.md in eco-helpers-2.0.19
- old
+ new
@@ -1,14 +1,27 @@
# Change Log
All notable changes to this project will be documented in this file.
+## [2.0.19] - 2021-05-xx
+
+### Added
+ - Better error message for people searches & **offer** to select among the candidates:
+ - `Eco::API::Organization::People::MultipleSearchResults`, triggered from `Eco::API::Organization::People#find`
+ - `Eco::API::MicroCases#with_each` will offer the selection of candidates
+
+### Changed
+ - **renamed** and repurposed `Eco::API::Organization::PeopleAnalytics` to `PeopleSimilarity`
+
+### Fixed
+ - `Eco::Data::FuzzyMatch` adjustments for configuration propagation + some fixes
+ - Command option `-entries-from` can still be useful when used to obtain `-get-partial` of people base for `:export` use cases !!
+
## [2.0.18] - 2021-05-25
### Added
- **`-one-off`** option to not having to type the `-api-key` every time you launch one-off scripts
- `-api-key` will store the key to the `./.env_one_off` file (supports update and multi-environment)
-### Changed
### Fixed
- patched `Exception#patch_full_message` to do not enter into a cyclic error rescue
- also rescue on `workflow.rescue`
## [2.0.17] - 2021-05-25