Skip to content

Commit e024f60

Browse files
committed
Rename BaseState to WidgetState
This is motivated by a desire to avoid some confusion with a future patch that adds a RootState struct to unify some of the other stuff shared between various contexts.
1 parent 1c0d227 commit e024f60

File tree

7 files changed

+132
-130
lines changed

7 files changed

+132
-130
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ This means that druid no longer requires cairo on macOS and uses Core Graphics i
138138
- X11: Refactored `Window` to support some reentrancy and invalidation. ([#894] by [@xStrom])
139139
- Refactored DPI scaling. ([#904] by [@xStrom])
140140
- Added docs generation testing for all features. ([#942] by [@xStrom])
141+
- Renamed `BaseState` to `WidgetState` ([#969] by [@cmyr])
141142

142143
### Outside News
143144

@@ -217,6 +218,7 @@ This means that druid no longer requires cairo on macOS and uses Core Graphics i
217218
[#961]: https://github.com/xi-editor/druid/pull/961
218219
[#963]: https://github.com/xi-editor/druid/pull/963
219220
[#967]: https://github.com/xi-editor/druid/pull/967
221+
[#969]: https://github.com/xi-editor/druid/pull/969
220222

221223
## [0.5.0] - 2020-04-01
222224

0 commit comments

Comments
 (0)