We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8623b9e commit 51fd1c3Copy full SHA for 51fd1c3
CHANGELOG.md
@@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [Unreleased] - - various authors
8
9
+## [1.5.0] - 2024-11-09 - various authors
10
+### Added
11
+ - `UnknownError` and no more panic for failed resolution (#266)
12
+ - unsafe public API to resolve FFI events and errors (#266)
13
+ - `Reply::as_raw` (#267)
14
+ - `GetModifierMappingReply::keycodes_per_modifier` is public (#271)
15
+
16
+### Fixed
17
+ - Compilation warnings (#275)
18
19
## [1.4.0] - 2024-04-23 - various authors
20
### Added
21
- `BaseEvent::is_from_send_event` (#262)
0 commit comments