Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the changelog for the next release #926

Merged
merged 1 commit into from
Apr 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions doc/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
# Version 0.13.1 (2024-XX-XX)

New features:
* Add an `xkbcommon-example` to showcase use of x11rb together with the
xkbcommon crate.
* Update from xcb-proto 1.15.2 to 1.17.0. This brings support for PRESENT 1.4
and DRI3 1.4 and fixes some typos in the documentation.

Fixes:
* Macro hygiene: `atom_manager!` macro now uses`::std` when referring to std
items.

Breaking changes:
* Optimise `atom_manager!` implementation. This changes the contents of the
generated `Cookie` struct, but there should be no reasons to access these
directly.
* Remove some unreachable public API from x11rb-async's `StreamAdaptor`.

Minor changes:
* Fix new compiler warnings and enable more lints.
* Update dependencies.

# Version 0.13.0 (2023-12-09)

New features:
Expand Down
Loading