Skip to content

Commit

Permalink
Move changelog entry to proper place
Browse files Browse the repository at this point in the history
Signed-off-by: John Nunley <[email protected]>
  • Loading branch information
notgull committed Aug 13, 2023
1 parent 6235436 commit aedfe58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
- `CursorIcon` from `cursor-icon` crate is now used for `set_cursor` and `Frame`.
- `wayland-csd-frame` is now used for CSD types like `WindowState`, `DecorationsFrame`, etc.
- Added `CompositorHandle::transform_changed` to listen for transform changes.
- `xkeysym::Keysym` is used as a keyboard key representation instead of `u32`

#### Fixed

Expand All @@ -29,7 +30,6 @@
#### Breaking Changes

- `wayland-rs` dependencies are updated to 0.30 and all APIs have changed significantly as a result
- `xkeysym::Keysym` is used as a keyboard key representation instead of `u32`

#### Additions

Expand Down

0 comments on commit aedfe58

Please sign in to comment.