Skip to content

Commit

Permalink
Merge pull request #926 from psychon/changelog
Browse files Browse the repository at this point in the history
Update the changelog for the next release
  • Loading branch information
mergify[bot] committed Apr 28, 2024
2 parents be76619 + d73f2d7 commit d661ba3
Showing 1 changed file with 22 additions and 0 deletions.
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

0 comments on commit d661ba3

Please sign in to comment.