From 657f5041959d2f685e4b89299403ec092b25a91e Mon Sep 17 00:00:00 2001 From: Leopold Luley Date: Thu, 28 May 2020 16:27:14 +0200 Subject: [PATCH] Update changelog entry. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83284b5b71..ec5c782189 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -72,7 +72,7 @@ This means that druid no longer requires cairo on macOS and uses Core Graphics i - Replaced `NEW_WINDOW`, `SET_MENU` and `SHOW_CONTEXT_MENU` commands with methods on `EventCtx` and `DelegateCtx`. ([#931] by [@finnerale]) - Replaced `Command::one_shot` and `::take_object` with a `SingleUse` payload wrapper type. ([#959] by [@finnerale]) - Renamed `WidgetPod` methods: `paint` to `paint_raw`, `paint_with_offset` to `paint`, `paint_with_offset_always` to `paint_always`. ([#980] by [@totsteps]) -- `Command` and `Selector` are now statically typed, similarly to `Env` and `Key`. ([#993] by [@finnerale]) +- `Command` and `Selector` have been reworked and are now statically typed, similarly to `Env` and `Key`. ([#993] by [@finnerale]) ### Deprecated