Add breaking change to changelog

This commit is contained in:
Emil Ernerfeldt 2024-03-26 11:13:56 +01:00
parent 884cf6de3d
commit a03604fce0
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ Changes since the last release can be found at <https://github.com/emilk/egui/co
### ⚠️ BREAKING
* `Response::clicked*` and `Response::dragged*` may lock the `Context`, so don't call it from a `Context`-locking closure.
* `Response::clicked_by` will no longer be true if clicked with keyboard. Use `Response::clicked` instead.
* `Memory::focus` has been renamed `Memory::focused`
## 0.26.2 - 2024-02-14