Update docs

This commit is contained in:
2025-01-18 12:29:38 +01:00
parent 7a943ebba6
commit 4b17c45a4a
2 changed files with 6 additions and 1 deletions

View File

@@ -6,6 +6,11 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Added
- On Rust 1.80 or newer, a wrapper for `std::sync::LazyLock` is now available. The MSRV has not been
changed; older versions simply don't get this wrapper.
### Changed
- Reworked CI to better test continued support for the minimum supported Rust version