From fb042b86a2dd22fef5fa893cdd5b0fc9de7382c4 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 2e54b20d..e6e041c5 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