CHANGELOG.md in eco-helpers-2.7.17 vs CHANGELOG.md in eco-helpers-2.7.18
- old
+ new
@@ -1,15 +1,24 @@
# Change Log
All notable changes to this project will be documented in this file.
-## [2.7.18] - 2024-06-xx
+## [2.7.19] - 2024-06-xx
### Added
### Changed
### Fixed
+
+## [2.7.18] - 2024-07-01
+
+### Changed
+
+- `Eco::API::UseCases::GraphQL::Samples::Location::Service::TreeToList`
+ - Custom input node parsers: yield has_node and node as well.
+- `Eco::API::UseCases::GraphQL::Samples::Location::Service::TreeDiff`
+ - Exclude archived nodes from the file as **default**
## [2.7.17] - 2024-06-22
### Added