Skip to content

Commit

Permalink
add changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
apotonick committed Mar 1, 2024
1 parent 4ab466e commit ae00101
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit ae00101

Please sign in to comment.