Skip to content

Commit

Permalink
protocols: Mention breaking API change
Browse files Browse the repository at this point in the history
Due to
https://gitlab.freedesktop.org/wayland/wayland-protocols/-/commit/1c57b24ff867eabacb6ecc1e74b1e4d1ccafcf4b,
the generated code here is now an enum instead of a `u32`.

It seems reasonable to make this a breaking change for
`wayland-protocols-*`, but not release a semver bump of
`wayland-client`/`wayland-server`.
  • Loading branch information
ids1024 committed May 10, 2024
1 parent 2dcf9ab commit ee08cb8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions wayland-protocols/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
- `xdg-dialog-v1`
- `linux-drm-syncobj-v1`

### Breaking changes
- `set_constraint_adjustment`/`SetConstraintAdjustment` now takes a `ConstraintAdjustment` instead of a u32.

## 0.31.2 -- 2024-01-29

- Bump wayland-protocols to 1.33
Expand Down

0 comments on commit ee08cb8

Please sign in to comment.