From b41f549a7c7d972bd4319b8c370be5858eced40c Mon Sep 17 00:00:00 2001 From: Moritz Borcherding Date: Mon, 1 Apr 2024 16:08:52 +0200 Subject: [PATCH] changelog --- Changelog.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 2e54b20..e6e041c 100644 --- a/Changelog.md +++ b/Changelog.md @@ -8,4 +8,7 @@ This document records the changes made between versions, starting with version 0 * The FrameDecoder is now Send + Sync (RingBuffer impls these traits now) # After 0.6.0 -* Small fix in the zstd binary, progress tracking was slighty off for skippable frames resulting in an error only when the last frame in a file was skippable \ No newline at end of file +* Small fix in the zstd binary, progress tracking was slighty off for skippable frames resulting in an error only when the last frame in a file was skippable +* Small performance improvement by reorganizing code with `#[cold]` annotations +* Documentation for `StreamDecoder` mentioning the limitations around multiple frames (https://github.com/Sorseg) +* Documentation around skippable frames (https://github.com/Sorseg) \ No newline at end of file