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