CHANGES.md in trailblazer-activity-0.5.0 vs CHANGES.md in trailblazer-activity-0.5.1

- old
+ new

@@ -1,4 +1,10 @@ +# 0.5.1 + +* Include all end events without outgoing connections into `Activity.outputs`. In earlier versions, we were filtering out end events without incoming connections, which reduces the number of outputs, but might not represent the desired interface of an activity. +* Add `_end` to `Railway` and `FastTrack`. +* Move `Builder::FastTrack::PassFast` and `:::FailFast` to `Activity::FastTrack` since those are signals and unrelated to builders. + # 0.5.0 * Rename `Nested()` to `Subprocess` and move the original one to the `operation` gem. * Add merging: `Activity.merge!` now allows to compose an activity by merging another. * Enforce using `Output(..) => Track(:success)` instead of just the track color `:success`. This allow having IDs both symbols and strings.