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 ## 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 🔧 ### Changed 🔧
* Renamed `FontFamily::VariableWidth` to `FontFamily::Proportional`. * Renamed `FontFamily::VariableWidth` to `FontFamily::Proportional`.