1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-27 15:13:12 -04:00

Add changelog for new manual scrolling additions

https://github.com/emilk/egui/pull/81
This commit is contained in:
Emil Ernerfeldt
2020-12-29 12:20:29 +01:00
parent 6dd15dd1a3
commit d7e03cb186

View File

@@ -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`.