CHANGELOG.md in eco-helpers-2.1.6 vs CHANGELOG.md in eco-helpers-2.1.7

- old
+ new

@@ -1,19 +1,29 @@ # Change Log All notable changes to this project will be documented in this file. -## [2.1.7] - 2022-11-xx +## [2.1.8] - 2022-11-xx ### Added ### Changed ### Fixed +## [2.1.7] - 2022-11-17 + +### Added + - `Eco::API::UseCases::OozeSamples::RegisterMigrationCase` method `excluded_field_hooks` + - This enables the ability to prevent fields from being paired/copied/written on + +### Changed + - **refactored** `#with_src_dst_field_pair` helper + - from `Eco::API::UseCases::OozeSamples::HelpersMigration::Copying` + ## [2.1.6] - 2022-11-17 ### Fixed - `Eco::API::UseCases::OozeSamples::Helpers::Shortcuts#to_i` (missing param on method) - - `Eco::API::UseCases::OozeSamples::module HelpersMigration::TypedFieldsPairing#multi_delete` typo - + - `Eco::API::UseCases::OozeSamples::HelpersMigration::TypedFieldsPairing#multi_delete` typo + ## [2.1.5] - 2022-11-17 ### Added - `Eco::API::UseCases::OozeSamples::RegisterUpdateCase` added creation count - Requires use of `#create_ooze(draft, template_id)`