From f8265fbb3b7686d43a1f4efcf9eff78952904750 Mon Sep 17 00:00:00 2001 From: Ryan Ward Date: Sun, 11 Jan 2026 15:25:53 -0800 Subject: [PATCH] Update changes.md (#75) Fixed bad console output --- docs/changes.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/changes.md b/docs/changes.md index d40d60f..708311d 100644 --- a/docs/changes.md +++ b/docs/changes.md @@ -629,13 +629,15 @@ Added Output: ``` - I run before all and control if things go! + I run before all and control if execution should continue! Hi 3 Hi 1 + I run before all and control if execution should continue! + Hi 3 + Hi 2 Test 1 Test 2 Test 3 - I run after it all! ``` **Note:** Concat of connections does modify internal events on both connections depending on the direction func .. conn or conn .. func See implemention below: