CHANGELOG.md in eco-helpers-2.0.37 vs CHANGELOG.md in eco-helpers-2.0.38
- old
+ new
@@ -1,8 +1,21 @@
# Change Log
All notable changes to this project will be documented in this file.
+## [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
@@ -10,10 +23,10 @@
- `Eco::API::UseCases::OozeSamples::OozeBaseCase`
- `#update_ooze` only count dry run for changed pages (to have better feedack)
- stop downloading the people manager
- `Eco::API::UseCases::OozeSamples::RegisterUpdateCase`
- prevent queuing non page objects
-
+
## [2.0.36] - 2021-08-31
### Fixed
- `Eco::API::UseCases::OozeSamples::OozeBaseCase`
- `#update_ooze` only count dry run for changed pages (to have better feedack)