CHANGELOG.md in eco-helpers-2.0.13 vs CHANGELOG.md in eco-helpers-2.0.14
- old
+ new
@@ -1,14 +1,24 @@
# Change Log
All notable changes to this project will be documented in this file.
+## [2.0.14] - 2021-03-xx
+
+### Added
+ - `Eco::API::UseCases::DefaultCases::ToCsvCase` added option `-internal-names` to avoid overriding data on export
+ - `Eco::API::Common::People::PersonEntry#mapped_entry` exposed method for raw `csv` generation
+ - `Eco::API::Organization::PresetsFactory` added integrity validation for `person_*` abilities
+ - `Eco::API::Session::Batch::Job` more debug info on erron handlers
+
+### Changed
+### Fixed
+ - `Eco::API::Error.get_type` was almost always matching `Eco::API::Error::Unclassified` -> fixed
+
## [2.0.13] - 2021-03-31
### Added
- Stats on the `Eco::API::Session::Batch`
- Allow to inherit and re-use the `Eco::API::UseCases::DefaultCase::HrisCase`
-
-### Changed
### Fixed
- Ensure auto-loading for `Eco::API::UseCases`
## [2.0.12] - 2021-03-29