Add parking_lot to changelog

This commit is contained in:
2022-08-24 10:28:51 +02:00
parent e543860d8b
commit 764d3df454

View File

@@ -6,6 +6,10 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Breaking
- Update [`parking_lot`][parking_lot] dependency to `0.12`.
### Fixed
- Enforce that all internal mutex guards are `!Send`. They already should be according to other