Skip to content

Commit

Permalink
Update changelog entry.
Browse files Browse the repository at this point in the history
  • Loading branch information
luleyleo committed May 28, 2020
1 parent e0d24f7 commit 657f504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 657f504

Please sign in to comment.