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 20, 2024
1 parent 531dee4 commit da5fde8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions wayland-protocols/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# CHANGELOG: wayland-protocols

## Unreleased

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

### Additions

- Bump wayland-protocols to 1.36
- `wp-tablet-v2` is now stable
- New staging protocols:
Expand Down

0 comments on commit da5fde8

Please sign in to comment.