From 1d12a57b9e806e52a988c8fb5fa5f32ed7fc746e Mon Sep 17 00:00:00 2001 From: dheijl Date: Wed, 4 Sep 2024 17:17:01 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cdf12f..53dca06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,9 @@ # swyh-rs Changelog -- 1.11.4 (unreleased) - - tweak inline +- 1.11.4 (Sep 4 2024, dheijl) + - more tweaks filling the streaming buffers: + - replace the vec_deque pop_front() with a drain iterator + - replace all indexing in the streaming buffers with iterators, fill the buffers "in one shot" without jumping, and zip the 2 iterators - 1.11.3 (Aug 30 2024 dheijl) - some tweaks: