CHANGELOG.md in eco-helpers-2.4.6 vs CHANGELOG.md in eco-helpers-2.4.7
- old
+ new
@@ -1,12 +1,29 @@
# Change Log
All notable changes to this project will be documented in this file.
-## [2.4.7] - 2023-04-xx
+## [2.4.8] - 2023-04-xx
### Added
### Changed
### Fixed
+
+## [2.4.7] - 2023-04-03
+
+### Added
+ - `Eco::Data::Hashes::ArrayDiff#diffs?`
+ - `Eco::API::Organization::TagTree` added methods:
+ - `#source` => to expose the original doc
+ - `#all_nodes` => to implement the block call
+
+### Changed
+ - Upgraded `ecoportal-api-graphql` **gem**
+
+### Fixed
+ - `Eco::API::Session::Config::Api` **new `graphql` api** was missing `host`
+ - `Eco::API::UseCases::DefaultCases::CsvToTree::Helper`
+ - `#nodes_from_csv` assumed unique top level tag and not present
+ - This fix completes this feature (as top level tags were not there)
## [2.4.6] - 2023-04-02
### Added
- `Eco::API::Organization::TagTree` added support for `archived_token`