Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## Unreleased

* Fix compilation errors on recent nightlies due to changes in the std
[`VaList` implemenation](https://github.com/rust-lang/rust/pull/141980).
<https://github.com/lights0123/printf-compat/pull/45>
* Switch to the 2024 edition.
<https://github.com/lights0123/printf-compat/pull/46>

## 0.2.1 (July 20, 2025)

* Remove dependency on `alloc`.
Expand Down