Skip to content

Commit

Permalink
Rename BaseState to WidgetState
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
cmyr committed May 22, 2020
1 parent f273b38 commit ddeeca5
Show file tree
Hide file tree
Showing 7 changed files with 132 additions and 130 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ This means that druid no longer requires cairo on macOS and uses Core Graphics i
- X11: Refactored `Window` to support some reentrancy and invalidation. ([#894] by [@xStrom])
- Refactored DPI scaling. ([#904] by [@xStrom])
- Added docs generation testing for all features. ([#942] by [@xStrom])
- Renamed `BaseState` to `WidgetState` ([#969] by [@cmyr])

### Outside News

Expand Down Expand Up @@ -215,6 +216,7 @@ This means that druid no longer requires cairo on macOS and uses Core Graphics i
[#959]: https://github.com/xi-editor/druid/pull/959
[#961]: https://github.com/xi-editor/druid/pull/961
[#963]: https://github.com/xi-editor/druid/pull/963
[#969]: https://github.com/xi-editor/druid/pull/969

## [0.5.0] - 2020-04-01

Expand Down
Loading

0 comments on commit ddeeca5

Please sign in to comment.