Skip to content

Commit

Permalink
Add breaking change to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Mar 26, 2024
1 parent 884cf6d commit a03604f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a03604f

Please sign in to comment.