CHANGELOG.md in eco-helpers-2.4.4 vs CHANGELOG.md in eco-helpers-2.4.5

- old
+ new

@@ -1,12 +1,27 @@ # Change Log All notable changes to this project will be documented in this file. -## [2.4.5] - 2023-03-xx +## [2.4.6] - 2023-03-xx ### Added ### Changed ### Fixed + +## [2.4.5] - 2023-03-31 + +### Added + - `Eco::API:Organization::TagTree` support for `archived` and `weight` properties + - `Eco::Data::Hashes::ArrayDiff` and `Eco::Data::Hashes::DiffResult` + - Enable easy comparison of array of hashes + - Input data can be diverse + +### Fixed + - `Eco::API::UseCases::DefaultCases::CsvToTree` + - Fixed the missed alignment children that jump levels + - `Eco::API::UseCases::DefaultCases::CsvToTree::Node` + - `to_h`: attrs param was being ingnored. + ## [2.4.4] - 2023-03-29 ### Added - `Eco::API:Organization::TagTree`