Skip to content

Commit

Permalink
mark the renaming types stuff as breaking in the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jgcodes2020 committed Oct 24, 2024
1 parent ddde870 commit be6b958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/changelog/unreleased.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ changelog entry.
- In the same spirit rename `DeviceEvent::MouseMotion` to `PointerMotion`.
- Remove `Force::Calibrated::altitude_angle`.
- Changed `Window` to be a subtrait of `Surface`; it now contains methods specific to toplevel windows.
- Renamed structs previously associated with `Window`s, since they now apply to all `Surface`s:
- **Breaking:** Renamed structs previously associated with `Window`s, since they now apply to all `Surface`s:
- `WindowId` to `SurfaceId`
- `WindowEvent` to `SurfaceEvent`
- `Event::WindowEvent` to `Event::SurfaceEvent`
Expand Down

0 comments on commit be6b958

Please sign in to comment.