From e9f8e5d6a3e56fe474339fc3b18be95d75d6e6b2 Mon Sep 17 00:00:00 2001 From: Emil Ernerfeldt Date: Tue, 12 Jan 2021 20:25:06 +0100 Subject: [PATCH] Update changelog with InputState::key_down --- CHANGELOG.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index deeb786f..0088e84d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 🐛