CHANGELOG.md in eco-helpers-2.5.1 vs CHANGELOG.md in eco-helpers-2.5.2

- old
+ new

@@ -2,11 +2,17 @@ All notable changes to this project will be documented in this file. ## [2.5.2] - 2023-06-xx ### Added + - `Eco::API::Session::Config::Workflow#exit_handle` + - Allows to define a callback on `SystemExit` (`exit` call). + ### Changed ### Fixed + - `Eco::API::Session::Config::Workflow` on `SystemExit` preserve original exit `status` value (i.e. `0`, `1`) + - It was changing an `exit 1` to be an `exit 0` + - Default Workflow. `exit 0` when no operation specified (rather than `exit 1`). ## [2.5.1] - 2023-06-06 ### Added - `Eco::API::Common::Session:SFTP#host` method