Add missing changelog entry

This commit is contained in:
Amanieu d'Antras
2022-03-30 17:19:11 +01:00
parent 89a3b1cc4b
commit db32d084c6
+1
View File
@@ -1,6 +1,7 @@
## parking_lot_core 0.9.2, lock_api 0.4.7 (2022-03-25)
- Enable const new() on lock types on stable. (#325)
- Added `MutexGuard::leak` function. (#333)
- Bump windows-sys dependency to 0.34. (#331)
- Bump petgraph dependency to 0.6. (#326)
- Don't use pthread attributes on the espidf platform. (#319)