Skip to content

Commit

Permalink
Move Button::dynamic to Added section in CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
totsteps authored and cmyr committed May 21, 2020
1 parent ecf946a commit 208e00a
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 @@ -50,6 +50,7 @@ This means that druid no longer requires cairo on macOS and uses Core Graphics i
- `im` feature, with `Data` support for the [`im` crate](https://docs.rs/im/) collections. ([#924] by [@cmyr])
- `im::Vector` support for the `List` widget. ([#940] by [@xStrom])
- `LifeCycle::Size` event to inform widgets that their size changed. ([#953] by [@xStrom])
- `Button::dynamic` constructor. ([#963] by [@totsteps])

### Changed

Expand Down Expand Up @@ -106,7 +107,6 @@ This means that druid no longer requires cairo on macOS and uses Core Graphics i
- Focus request handling is now predictable with the last request overriding earlier ones. ([#948] by [@xStrom])
- Wheel events now properly update hot state. ([#951] by [@xStrom])
- X11: Support mouse scrolling. ([#961] by [@jneem])
- Add `Button::dynamic` constructor. ([#963] by [@totsteps])

### Visual

Expand Down

0 comments on commit 208e00a

Please sign in to comment.