Add changelog entry.

This commit is contained in:
Markus Reiter 2025-04-06 21:36:11 +02:00
parent 5ce8ccd7b1
commit 6d52751ad1
No known key found for this signature in database

View File

@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Added
- Added `bytes::Buf` and `bytes::BufMut` implementations for `Vec`.
- Added `format` macro.
- Added `String::from_utf16`.
- Added `is_full`, `recent_index`, `oldest`, and `oldest_index` to `HistoryBuffer`