Add changelog for new manual scrolling additions
https://github.com/emilk/egui/pull/81
This commit is contained in:
parent
6dd15dd1a3
commit
d7e03cb186
1 changed files with 4 additions and 0 deletions
|
@ -9,6 +9,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|||
|
||||
## Unreleased
|
||||
|
||||
### Added ⭐
|
||||
|
||||
* Add `ui.scroll_to_cursor` and `response.scroll_to_me` ([#81](https://github.com/emilk/egui/pull/81) by [lucaspoffo](https://github.com/lucaspoffo)).
|
||||
|
||||
### Changed 🔧
|
||||
|
||||
* Renamed `FontFamily::VariableWidth` to `FontFamily::Proportional`.
|
||||
|
|
Loading…
Reference in a new issue