Skip to content

Commit 1791ef5

Browse files
committed
Update changelog
1 parent 4b872c1 commit 1791ef5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,16 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
2727

2828
- Reworked CI to better test continued support for the minimum supported Rust version
2929

30+
### Fixed
31+
32+
- Support for `parking_lot` and `lock_api` can now be enabled properly with the matching feature
33+
names.
34+
35+
### Deprecated
36+
37+
- The `parkinglot` and `lockapi` features have been deprecated. They will be removed in version 0.4.
38+
To fix it, you can use the `parking_lot` and `lock_api` features respectively.
39+
3040
## [0.3.0] - 2023-09-09
3141

3242
### Added

0 commit comments

Comments
 (0)