]> git.proxmox.com Git - rustc.git/blobdiff - vendor/parking_lot/CHANGELOG.md
New upstream version 1.63.0+dfsg1
[rustc.git] / vendor / parking_lot / CHANGELOG.md
index d1951e9543153f59533fe96269c1f8f8954a51b3..8421b843f4dc7b4ef8db5d49e4b643c8081b2520 100644 (file)
@@ -1,3 +1,24 @@
+## parking_lot 0.12.1 (2022-05-31)
+
+- Fixed incorrect memory ordering in `RwLock`. (#344)
+- Added `Condvar::wait_while` convenience methods (#343)
+
+## parking_lot_core 0.9.3 (2022-04-30)
+
+- Bump windows-sys dependency to 0.36. (#339)
+
+## 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)
+
+## parking_lot_core 0.9.1 (2022-02-06)
+
+- Bump windows-sys dependency to 0.32. (#316)
+
 ## parking_lot 0.12.0, parking_lot_core 0.9.0, lock_api 0.4.6 (2022-01-28)
 
 - The MSRV is bumped to 1.49.0.