From 4814174abbfb40cf0791fedb6adabf969ff68fb0 Mon Sep 17 00:00:00 2001 From: Eduard Voiculescu Date: Tue, 16 Jul 2024 10:41:11 -0400 Subject: [PATCH] update changelog with startup delay --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8df176..2b8aa64 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +### Unreleased + +* Adding startup delay flag when staring a sink noop. This allows for easier debugging + ## v1.1.5 * Return to previous sink behavior using substreams `live back filler` and substreams in `NoopMode`.