Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
PolyMeilex committed Dec 14, 2024
1 parent 67e0408 commit 79e68da
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
9 changes: 9 additions & 0 deletions wayland-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

## Unreleased

#### Breaking changes

- `QueueHandle::make_data` now accepts additional `DelegateTo` generic,
therefore allowing users to dispatch events to types different than main `State`

#### Additions

- `globals::registry_queue_init_delegated` and `GlobalList::bind_delegated`

## 0.31.7 -- 2024-10-23

- Updated Wayland core protocol to 1.23
Expand Down
6 changes: 6 additions & 0 deletions wayland-scanner/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@

- Update `quick-xml` to 0.37

#### Breaking changes

- Aligned with braking changes in wayland-client and wayland-server
- Generate `Resource::delegated_data()`
- Generate additional generic for `QueueHandle::make_data()`

## 0.31.5 -- 2024-09-04

- Update `quick-xml` to 0.36
Expand Down
9 changes: 9 additions & 0 deletions wayland-server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

## Unreleased

#### Breaking changes
- Added `Resource::delegated_data<_, DelegatedTo>` for accessing user data of delegated objects

#### Additions
- Added a way to create delegated objects, globals and resources (a way to dispatch events to types different than the main `State`)
- `Client::create_delegated_resource<_, _, _, DelegateTo>()`
- `DataInit::init_delegated<_, _, DelegateTo>()`
- `DisplayHandle::create_delegated_global<_, _, _, DelegateTo>()`

## 0.31.6 -- 2024-10-23

- Updated Wayland core protocol to 1.23
Expand Down

0 comments on commit 79e68da

Please sign in to comment.