CHANGELOG.md in eco-helpers-2.0.38 vs CHANGELOG.md in eco-helpers-2.0.39

- old
+ new

@@ -1,19 +1,30 @@ # Change Log All notable changes to this project will be documented in this file. +## [2.0.39] - 2021-09-07 + +### Added +### Changed + - `Eco::API::UseCases::OozeSamples::OozeBaseCase` + - Moved helpers from `Eco::API::UseCases::OozeSamples::OozeUpdateCase` + +### Fixed + - `Eco::API::UseCases::OozeSamples::RegisterUpdateCase` + - fix launch condition to be `Y` + - fix `search` method call + - Changed the `workflow` to prevent re-cache of people when `people` was not used + ## [2.0.38] - 2021-09-07 ### Added - `Eco::CSV::Table` some more helpers to manage input `csv`s - `#transform_headers` that allows to pass a block to decide the new name - `#merge_same_header_names` that allows to deal with value of columns with same header name - `#duplicated_header_names` that identifies repeated header names ### Changed - Changed the `workflow` to prevent re-cache of people when `people` was not used - -### Fixed ## [2.0.37] - 2021-09-03 ### Added ### Changed