From 1791ef52436aeae2e66180e9fcd52fc7d7d76962 Mon Sep 17 00:00:00 2001 From: Bert Peters Date: Tue, 13 May 2025 15:49:14 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c13dc62..c5bea1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,16 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - Reworked CI to better test continued support for the minimum supported Rust version +### Fixed + +- Support for `parking_lot` and `lock_api` can now be enabled properly with the matching feature + names. + +### Deprecated + +- The `parkinglot` and `lockapi` features have been deprecated. They will be removed in version 0.4. + To fix it, you can use the `parking_lot` and `lock_api` features respectively. + ## [0.3.0] - 2023-09-09 ### Added