From ae001015207d637e42ab89f27f026b86d728eb76 Mon Sep 17 00:00:00 2001 From: Nick Sutterer Date: Fri, 1 Mar 2024 16:15:39 +0100 Subject: [PATCH] add changes. --- CHANGES.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index d155705..d40bcaa 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,15 @@ +# 1.2.5 + +* Fix a bug where, within a helper `Path()`, the last step couldn't +explicitly define additional `Output()`, e.g. for `:failure`. + +```ruby +... => Path(connect_to: Track(:success)) do + step :upload, + Output(Trailblazer::Activity::Left, :failure) => Track(:failure) # FIXME: this configuration gets lost. +end +``` + # 1.2.4 * Fix a bug where using `fail_fast: true` (same with `:pass_fast`) would result in a