Skip to content

update CHANGELOG#223

Merged
PSeitz merged 1 commit into
mainfrom
0.13.x
May 9, 2026
Merged

update CHANGELOG#223
PSeitz merged 1 commit into
mainfrom
0.13.x

Conversation

@PSeitz
Copy link
Copy Markdown
Owner

@PSeitz PSeitz commented May 9, 2026

No description provided.

Copilot AI review requested due to automatic review settings May 9, 2026 09:47
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the project changelog to document the 0.13.1 and 0.12.2 patch releases, including security-relevant fixes around short dictionaries and a frame::Error conversion panic fix.

Changes:

  • Add release notes for 0.13.1 (2026-05-09) with two fixes and security-related details.
  • Add release notes for 0.12.2 (2026-05-09) describing the backported short-dictionary compression fix.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread CHANGELOG.md
0.13.1 (2026-05-09)
==================
### Fixes
- Fix compression with short dictionaries (less than 4 bytes), avoiding a panic/out-of-bounds read [#222](https://github.com/PSeitz/lz4_flex/issues/222)
Comment thread CHANGELOG.md
This is a security fix for `unsafe` compression with untrusted dictionaries.
Users on 0.13.0 should upgrade to 0.13.1.
```
- Fix panic in `From<io::Error>` implementation for `frame::Error` [#221](https://github.com/PSeitz/lz4_flex/issues/221) (thanks @phoerious)
Comment thread CHANGELOG.md
0.12.2 (2026-05-09)
==================
### Fixes
- Fix compression with short dictionaries (less than 4 bytes), avoiding a panic/out-of-bounds read [#222](https://github.com/PSeitz/lz4_flex/issues/222)
@PSeitz PSeitz merged commit 19194f9 into main May 9, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants