mirror of
https://github.com/emilk/egui.git
synced 2026-09-01 14:20:04 -04:00
Add single-threaded deadlock detection to RwMutex (#1619)
This commit is contained in:
@@ -3,8 +3,9 @@ All notable changes to the epaint crate will be documented in this file.
|
||||
|
||||
|
||||
## Unreleased
|
||||
* Optimize tessellation of filled circles by 10x or more ([#1616](https://github.com/emilk/egui/pull/1616)).
|
||||
* Added `epaint::hex_color!` to create `Color32`'s from hex strings under the `color-hex` feature ([#1596](https://github.com/emilk/egui/pull/1596)).
|
||||
* Optimize tessellation of filled circles by 10x or more ([#1616](https://github.com/emilk/egui/pull/1616)).
|
||||
* Added opt-in feature `deadlock_detection` to detect double-lock of mutexes on the same thread ([#1619](https://github.com/emilk/egui/pull/1619)).
|
||||
|
||||
|
||||
## 0.18.1 - 2022-05-01
|
||||
|
||||
Reference in New Issue
Block a user