Skip to content

Commit da5fde8

Browse files
committed
protocols: Mention breaking API change
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`.
1 parent 531dee4 commit da5fde8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

wayland-protocols/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# CHANGELOG: wayland-protocols
22

33
## Unreleased
4+
5+
### Breaking changes
6+
- `set_constraint_adjustment`/`SetConstraintAdjustment` now takes a `ConstraintAdjustment` instead of a u32.
7+
8+
### Additions
9+
410
- Bump wayland-protocols to 1.36
511
- `wp-tablet-v2` is now stable
612
- New staging protocols:

0 commit comments

Comments
 (0)