Update changelog with InputState::key_down

This commit is contained in:
Emil Ernerfeldt 2021-01-12 20:25:06 +01:00
parent 08a4179e7e
commit e9f8e5d6a3

View file

@ -11,15 +11,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Added ⭐
* Add a simple grid layout (`Grid`).
* Add `ui.allocate_at_least` and `ui.allocate_exact_size`.
* Added a simple grid layout (`Grid`).
* Added `ui.allocate_at_least` and `ui.allocate_exact_size`.
* Added function `InputState::key_down`.
### Changed 🔧
* Center window titles.
* Tweak size and alignment of some emojis to match other text.
* Rename `PaintCmd` to `Shape`.
* Rename feature "serde" to "persistence".
* Rename feature `"serde"` to `"persistence"`.
* Break out the modules `math` and `paint` into separate crates `emath` and `epaint`.
### Fixed 🐛