Skip to content

Commit df66e66

Browse files
authored
Update CHANGELOG.md
1 parent bc72f02 commit df66e66

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

CHANGELOG.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,25 +9,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
## `parking_lot` - [0.12.4](https://github.com/Amanieu/parking_lot/compare/parking_lot-v0.12.3...parking_lot-v0.12.4) - 2025-05-29
1111

12-
### Other
13-
- Use a single changelog with release-plz
14-
- Add release-plz for automatic releases
1512
- Fix parked upgraders potentially not being woken up after a write lock
1613
- Fix clearing `PARKED_WRITER_BIT` after a timeout
17-
- Check MSRV using cargo-msrv in CI
1814

1915
## `parking_lot_core` - [0.9.11](https://github.com/Amanieu/parking_lot/compare/parking_lot_core-v0.9.10...parking_lot_core-v0.9.11) - 2025-05-29
2016

21-
### Other
22-
- Check MSRV using cargo-msrv in CI
2317
- Use Release/Acquire ordering in thread_parker::windows::Backend::create
2418
- Remove warnings due to new lint on unknown cfgs
2519

2620
## `lock_api` - [0.4.13](https://github.com/Amanieu/parking_lot/compare/lock_api-v0.4.12...lock_api-v0.4.13) - 2025-05-29
2721

28-
### Other
29-
- Check MSRV using cargo-msrv in CI
3022
- Remove warnings due to new lint on unknown cfgs
23+
3124
## parking_lot 0.12.3 (2024-05-24)
3225

3326
- Export types provided by arc_lock feature (#442)

0 commit comments

Comments
 (0)